diff options
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -20,7 +20,7 @@ commands = downloadcache = ~/cache/pip [testenv:pep8] -commands = flake8 +commands = flake8 {posargs} [testenv:cover] commands = @@ -36,7 +36,8 @@ commands = {posargs} commands = zuul-server -c etc/zuul.conf-sample -t -l {posargs} [flake8] -ignore = E125,H -select = H231 +# These are ignored intentionally in openstack-infra projects; +# please don't submit patches that solely correct them or enable them. +ignore = E125,E129,H show-source = True exclude = .venv,.tox,dist,doc,build,*.egg |