[flake8]
ignore = E501, E704, W503
exclude =
    .venv,
    __pycache__,
    .git,
    .pytest_cache,
    .mypy_cache,
    dist,
    build,
    *.egg-info
