[flake8]
max-line-length = 128
extend-ignore = E203, W503, D202
exclude =
    .git,
    __pycache__,
    .venv,
    .pytest_cache,
    htmlcov,
    build,
    dist
