[flake8]
min_python_version = 3.11
# Incompatible with black see https://github.com/ambv/black/issues/315
ignore =
    E203, W503

max-line-length=120
max-complexity=39
