[cad161]: / .flake8

Download this file

6 lines (5 with data), 163 Bytes

[flake8]
max-line-length = 88
exclude = .git,__pycache__,__init__.py,.mypy_cache,.pytest_cache,.venv,build
per-file-ignores = __init__.py:F401
ignore = W503, E203