[flake8]
max-line-length = 120
max-complexity = 10
exclude =
    .git*
    env*
    .pytest_cache
