diff --git a/pyproject.toml b/pyproject.toml index c526e090..fedf0bc3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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