# unfortunately, flake8 does not support pyproject.toml

[flake8]
ignore = E203,W503
exclude = .git,.mypy_cache,.pytest_cache,.tox,.venv,__pycache__,build,dist,docs
max-line-length = 88
per-file-ignores = tests/*:B011
