[flake8]
max-line-length = 600
extend-ignore =
    E203,
    W503
# per-file-ignores =
