.flake8#
# Black is the canonical formatter; line length is enforced by Black (88 chars).
# The flake8-black plugin is used to ensure flake8 only enforces Black's formatting rules.
[flake8]
max-line-length = 88
extend-ignore = E203,W503,W504
docstring-convention = google
select = E,F,W,B
ignore = E501,B950
exclude =
.git,
__pycache__,
.venv,
build,
dist,
docs/,
k8s/,
*.pyc