[flake8]
max-line-length = 200
exclude =
    files/deploy
    files/disable
    files/generate
    files/import
ignore = F841 W503
