[flake8]
ignore = D203
exclude =
.git,
__pycache__,
old,
build,
dist
max-complexity = 10
max-line-length = 80
