diff --git a/pyproject.toml b/pyproject.toml index f5bf958..b6815e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -97,6 +97,9 @@ omit = [ [tool.flake8] max-line-length = 88 extend-ignore = ['E203',] +per-file-ignores = [ + '__init__.py:F401', +] [tool.isort] profile = "black"