Merge "Removed H302, H305 and H307"
This commit is contained in:
commit
b0a1d014e4
@ -1,3 +1,3 @@
|
||||
hacking>=0.9.2,<0.10
|
||||
hacking>=0.11.0,<0.12 # Apache-2.0
|
||||
nose
|
||||
mock>=1.0.1
|
||||
mock>=1.0.1
|
||||
|
5
tox.ini
5
tox.ini
@ -27,10 +27,7 @@ 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
|
||||
# H904 Wrap long lines in parentheses instead of a backslash
|
||||
ignore = F821,H201,H302,H305,H307,H405,H904,E126,E125,H306,E302,E122
|
||||
ignore = F821,H201,H405,H904,E126,E125,H306,E302,E122
|
||||
exclude=.venv,.git,.tox,dist,*openstack/common*,*egg,build
|
||||
|
Loading…
Reference in New Issue
Block a user