engagement/.flake8
Jeremy Stanley e4ebee51b8 Ratchet down and simplify linting rules
Some cleanup of the flake8 config while fixing minor linting
violations previously ignored.

Change-Id: Ie56205248a8f296c06fb19c24080e4ac52f76228
2025-03-25 14:43:56 +00:00

6 lines
193 B
INI

[flake8]
exclude=.venv,.git,.nox,.tox,dist,doc,*lib/python*,*egg,build
# E123, E125 and W503 are invalid per PEP-8; OpenStack's H rules don't apply
ignore = E123,E125,H,W503
show-source = True