[flake8]
extend-ignore =
    # whitespace before ':'
    E203
max-line-length = 90
max-complexity = 10
exclude =
    __pycache__
    .venv
