forked from cerc-io/stack-orchestrator
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
|