diff --git a/.flake8 b/.flake8 index f9e4225..3759fea 100644 --- a/.flake8 +++ b/.flake8 @@ -2,6 +2,7 @@ exclude = .git,__pycache__,venv*,.venv*,build,dist,.local,.#*,#*,*~ restricted_packages = json inline-quotes = " +extend-ignore = E265 per-file-ignores = # imported but unused src/**/__init__.py: F401