
Some cleanup of the flake8 config while fixing minor linting violations previously ignored. Change-Id: Ie56205248a8f296c06fb19c24080e4ac52f76228
6 lines
193 B
INI
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
|