diff --git a/pyproject.toml b/pyproject.toml index 6542a9159..92e2adde5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,6 @@ line-length = 120 target-version = "py310" fix = true -select = ["E", "F", "W", "UP", "B", "SIM", "I", "C"] +[tool.ruff.lint] +select = ["F", "E", "W", "UP", "B", "SIM", "I", "C", "A", "ERA", "N", "C90"] -[tool.ruff.per-file-ignores] -"__init__.py" = ["F401"]