|
|
|
@ -51,6 +51,6 @@ commands = python setup.py test --slowest --testr-args='--concurrency=1 {posargs
|
|
|
|
|
[flake8]
|
|
|
|
|
# These are ignored intentionally in openstack-infra projects;
|
|
|
|
|
# please don't submit patches that solely correct them or enable them.
|
|
|
|
|
ignore = E305,E125,E129,E402,H,W503
|
|
|
|
|
ignore = E125,E129,E402,H,W503
|
|
|
|
|
show-source = True
|
|
|
|
|
exclude = .venv,.tox,dist,doc,build,*.egg
|
|
|
|
|