[flake8]
ignore = D203
max-complexity = 10
max-line-length = 100
exclude = .venv
count = True
statistics = True
show_source = True