[flake8]
ignore = E402
per-file-ignores = __init__.py: F401
exclude = .git, __pycache__, build, dist
max-line-length = 99
