[flake8]
# just stop shouting as black decides line lengths.
max-line-length = 180
# E203, W503: due to black fmt
ignore = E203,W503
exclude = legacy, docs, venv, target

