[flake8]
count = True
exclude = .git,.idea,.venv,__pycache__,build,dist
ignore = E203
max-complexity = 10
max-line-length = 120
statistics = True
