[flake8]
statistics = True
count = True
max-line-length = 88
extend-ignore = E203
exclude =
    .vscode,
    .conda,
    .hatch,
    __pycache__