.flake8

Summary

Maintainability
Test Coverage
[flake8]
exclude =
    setup.py
    .git,
    __pycache__,
    build,
    dist,
    venv
max-line-length=84