Merge "Enable H302 check"
This commit is contained in:
commit
a41b30af01
3
tox.ini
3
tox.ini
@ -33,9 +33,8 @@ commands = {posargs}
|
||||
# F821 undefined name 'name'
|
||||
# F841 local variable 'name' assigned but never used
|
||||
# H301 one import per line
|
||||
# H302 import only modules
|
||||
# H402 one line docstring needs punctuation.
|
||||
# H404 multi line docstring should start with a summary
|
||||
ignore = E711,E712,F821,F841,H301,H302,H402,H404
|
||||
ignore = E711,E712,F821,F841,H301,H402,H404
|
||||
builtins = _
|
||||
exclude = .venv,.git,.tox,dist,doc,etc,*glance/locale*,*openstack/common*,*lib/python*,*egg,build
|
||||
|
Loading…
x
Reference in New Issue
Block a user