diff --git a/pyproject.toml b/pyproject.toml index a8549bdd..8a4ea39a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -165,7 +165,7 @@ toplevel = ["attr", "attrs"] [tool.ruff] src = ["src", "tests", "conftest.py", "docs"] -[tool.lint.ruff] +[tool.ruff.lint] select = ["ALL"] ignore = [ "A001", # shadowing is fine