[flake8]
max-line-length = 88
exclude = .git,__pycache__,build,dist,env
per-file-ignores =
    */__init__.py: F401
max-complexity = 10
