Removed H302, H305 and H307
I unlock the hacking requirements in test-requirements.txt H302 and H305 have already been removed from the OpenStack Hacking library. Removing them from the tox file shouldn't have required any code changes. Change-Id: I83f8940cbc24f2c4ae25ead3803faeea49008b58
This commit is contained in:
parent
b28dd60726
commit
18863c724f
5
tox.ini
5
tox.ini
@ -38,9 +38,6 @@ commands = {posargs}
|
||||
max-line-length = 120
|
||||
# TODO: ignored checks should be enabled in the future
|
||||
# H201 no 'except:' at least use 'except Exception:'
|
||||
# H302 import only modules
|
||||
# H305 imports not grouped correctly
|
||||
# H307 like imports should be grouped together
|
||||
# H405 multi line docstring summary not separated with an empty line
|
||||
ignore = F821,H201,H302,H305,H307,H405
|
||||
ignore = F821,H201,H405
|
||||
exclude=.venv,.git,.tox,dist,*openstack/common*,*egg,build
|
||||
|
Loading…
x
Reference in New Issue
Block a user