[flake8]
max_line_length = 88
extend_ignore = E203
extend_exclude = .venv,build
count = True
color = auto
show_source = True
statistics = True
per-file-ignores =
    tests/*:F403
