[flake8]
max-line-length = 88
ignore = E501,W503,F541,E704
max-complexity = 10
count = True
statistics = True
exclude =
    .git,
    __pycache__,
    build,
    dist,
    .venv,
    venv
