Skip to content

Commit

Permalink
(ref) cleanup that helps with local tox -e fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
MementoRC committed Mar 19, 2024
1 parent dc5bad0 commit 228a9df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ exclude = '''
| \.mypy_cache
| \.tox
| \.venv
| _build
| _cffi_build
| libsecp256k1
| build
| dist
)/
Expand Down Expand Up @@ -50,6 +50,7 @@ lint.unfixable = [
]
extend-exclude = [
"tests/conftest.py",
"libsecp256k1"
]

[tool.ruff.lint.isort]
Expand Down

0 comments on commit 228a9df

Please sign in to comment.