[flake8]
exclude = .git,__pycache__,venv,dist
max-complexity = 10
max-line-length = 100