[flake8]
extend-ignore = W391
max-line-length = 120
exclude =
    .git,
    __pycache__
