[flake8]
max-line-length = 88
exclude = .pytest_cache, __pycache__, .env, .venv
black-config = pyproject.toml
per-file-ignores = __init__.py:F401
ignore = E731, W503, E203