diff options
author | Christian Berendt <berendt@b1-systems.de> | 2014-07-22 15:57:21 +0200 |
---|---|---|
committer | Christian Berendt <berendt@b1-systems.de> | 2014-07-22 15:57:21 +0200 |
commit | 3ac4a86fb6f82baba734a8ef294f322853bbcf52 (patch) | |
tree | 7fbe746a06bc7d911a77a9cc9a69c985d23a469d | |
parent | 5bf332c15bccfa7616bfb7c3a1d764967dced48e (diff) | |
download | oslo-middleware-3ac4a86fb6f82baba734a8ef294f322853bbcf52.tar.gz |
Enable hacking check H305
Hacking check H305 should not be ignored. It's used in other oslo
project.
-rw-r--r-- | tox.ini | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -30,6 +30,6 @@ commands = python setup.py testr --coverage --testr-args='{posargs}' # E123, E125 skipped as they are invalid PEP-8. show-source = True -ignore = E123,E125,H803,H305 +ignore = E123,E125,H803 builtins = _ -exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build
\ No newline at end of file +exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build |