a b/.flake8
1
[flake8]
2
max-line-length = 88
3
exclude = .git,__pycache__,__init__.py,.mypy_cache,.pytest_cache,.venv,build
4
per-file-ignores = __init__.py:F401
5
ignore = W503, E203