[flake8]
exclude =
    .git,
    __pycache__,
    build,
    dist,
    testing_script.py
max-complexity = 10