Merge "Enable hacking rule E122 and H304"
This commit is contained in:
4
tox.ini
4
tox.ini
@@ -31,10 +31,8 @@ downloadcache = ~/cache/pip
|
|||||||
commands = oslo_debug_helper -t keystoneclient/tests {posargs}
|
commands = oslo_debug_helper -t keystoneclient/tests {posargs}
|
||||||
|
|
||||||
[flake8]
|
[flake8]
|
||||||
# H304: no relative imports
|
|
||||||
# H405: multi line docstring summary not separated with an empty line
|
# H405: multi line docstring summary not separated with an empty line
|
||||||
# E122: continuation line missing indentation or outdented
|
ignore = H405
|
||||||
ignore = H304,H405,E122
|
|
||||||
show-source = True
|
show-source = True
|
||||||
exclude = .venv,.tox,dist,doc,*egg,build,*openstack/common*
|
exclude = .venv,.tox,dist,doc,*egg,build,*openstack/common*
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user