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