Some checks failed
Lint Checks / Run linter (push) Successful in 14s
K8s Deployment Control Test / Run deployment control suite on kind/k8s (push) Failing after 31s
Database Test / Run database hosting test on kind/k8s (push) Failing after 31s
Container Registry Test / Run contaier registry hosting test on kind/k8s (push) Failing after 36s
Fix trailing whitespace and end-of-file issues across codebase. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
6 lines
139 B
INI
6 lines
139 B
INI
[flake8]
|
|
extend-ignore = E203
|
|
exclude = .git,__pycache__,docs/source/conf.py,old,build,dist,venv
|
|
max-complexity = 25
|
|
max-line-length = 132
|