[flake8]
max-line-length = 88

exclude=
    .git
    .eggs
    .pytest_cache
    env.egg-info
    test_env.py
