Skip to content

Commit

Permalink
Fix Ruff test-bad-syntax exclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaReiser committed Oct 26, 2023
1 parent 0d68abd commit c2042f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -146,10 +146,10 @@ skip-string-normalization = true

[tool.ruff]
src = ["src"]
exclude = ["tests/packages/test-bad-syntax"]
line-length = 127

[tool.ruff.lint]
exclude = ["tests/packages/test-bad-syntax"]
extend-select = [
"B", # flake8-bugbear
"C4", # flake8-comprehensions
Expand All @@ -174,4 +174,4 @@ lines-after-imports = 2
[tool.check-wheel-contents]
ignore = [
"W005", # We _are_ build
]
]

0 comments on commit c2042f7

Please sign in to comment.