commit | 2b2b95ac1550db8af6b8f2da8880381a13c23ca8 | [log] [tgz] |
---|---|---|
author | Zuul <zuul@review.opendev.org> | Tue May 25 14:02:31 2021 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Tue May 25 14:02:31 2021 +0000 |
tree | 22040d2d5e17e953b1e66842a3dd1dea3e363663 | |
parent | b2c6dbb83282f7ce366fec11a1dc058dcdd2b6cf [diff] | |
parent | 42eec762be9b7ca608487c207bd80f78ea1b535c [diff] |
Merge "Remove old pep8 ignores that are no longer necessary"
diff --git a/tox.ini b/tox.ini index b99d209..e786626 100644 --- a/tox.ini +++ b/tox.ini
@@ -25,10 +25,8 @@ commands = oslo_debug_helper {posargs} [flake8] -# E123, E125 skipped as they are invalid PEP-8. # W504 line break after binary operator - show-source = True -ignore = E123,E125,W504 +ignore = W504 builtins = _ exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build