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 88b5ed9
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
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 Down

0 comments on commit 88b5ed9

Please sign in to comment.