[flake8]
max_line_length = 88
extend_ignore = E203,E231
extend_exclude = .venv,build
count = True
color = auto
show_source = True
statistics = True
