[flake8]
max-line-length = 80
exclude =
    .git
    .gitignore
    .venv
    .tox
    .#*
    #*
per-file-ignores =
    mbzero/__init__.py: F401
