diff --git a/pyproject.toml b/pyproject.toml index da93296f..06f6ceba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -136,7 +136,7 @@ target-version = ["py311", "py310", "py39", "py38", "py37"] [tool.ruff] line-length = 127 -exclude = [] +exclude = ["tests/packages/test-bad-syntax"] select = [ "B", # flake8-bugbear "C4", # flake8-comprehensions