Skip to content

Commit

Permalink
Fix ruff config path
Browse files Browse the repository at this point in the history
bartTC committed Aug 12, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent ad2d186 commit 218014c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -54,7 +54,7 @@ lint.ignore = [
"ISC001", # (ruff format) Checks for implicitly concatenated strings on a single line
]

[tool.ruff.extend-per-file-ignores]
[tool.ruff.lint.extend-per-file-ignores]
# Also ignore `E402` in all `__init__.py` files.
"test_*.py" = [
"S101", # S101 Use of `assert` detected

0 comments on commit 218014c

Please sign in to comment.