[flake8]
max-line-length = 120
extend-select = B950
extend-ignore = E203,E501,E701
exclude =
    .venv