commit | 42eec762be9b7ca608487c207bd80f78ea1b535c | [log] [tgz] |
---|---|---|
author | Arundhati Surpur <arundhati@nectechnologies.in> | Fri Jul 07 11:24:34 2017 +0530 |
committer | Luigi Toscano <ltoscano@redhat.com> | Tue Mar 02 14:38:08 2021 +0100 |
tree | f372493129cf3e0886e8853fd168ad832c80624d | |
parent | ad7f742ea9edd5508123b321d46ec2f4e1af8271 [diff] |
Remove old pep8 ignores that are no longer necessary Change-Id: Ia690ea0a284f1e1cfe7e223613acdb30e40a9980
diff --git a/tox.ini b/tox.ini index 921fee1..ee31c64 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