diff --git a/pyproject.toml b/pyproject.toml index 98e76481f6a..a74b65d7345 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,10 @@ show_source = true [tool.flakeheaven.plugins] pycodestyle = ["+*", "-E501", "-W503"] -pyflakes = ["+*", "-F401"] +pyflakes = ["+*"] + +[tool.flakeheaven.exceptions."**/__init__.py"] +pyflakes = ["-F401"] [tool.pytest.ini_options] minversion = "6.0"