diff --git a/pyproject.toml b/pyproject.toml index 338be18a..1f12f0e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -194,7 +194,6 @@ select = [ ignore = [ "E701", # multiple-statements-on-one-line-colon "E722", # bare-except - "F401", # unused-import "PLW2901", # redefined-loop-name "UP006", # non-pep585-annotation "UP007", # non-pep604-annotation @@ -209,3 +208,6 @@ ignore = [ [tool.ruff.lint.mccabe] max-complexity = 40 + +[tool.ruff.lint.per-file-ignores] +"__init__.py" = ["F401"] # unused-import