Enabled hacking check H401
* [H401] Docstrings should not start with a space. Change-Id: I1fa248590c7e05ab92b30ae30af1cf107cdd3cc4
This commit is contained in:
parent
d4498bde1e
commit
8af71e9bde
3
tox.ini
3
tox.ini
@ -36,13 +36,12 @@ commands = {posargs}
|
||||
# ignored flake8 codes:
|
||||
# H104 file contains nothing more than comments
|
||||
# H302 import only modules
|
||||
# H401 docstring should not start with a space
|
||||
# H402 one line docstring needs punctuation
|
||||
# H404 multi line docstring should start with a summary
|
||||
# H405 multi line docstring summary not separated with an empty line
|
||||
# H904 Wrap long lines in parentheses instead of a backslash
|
||||
# See designate for other ignored codes that may apply here
|
||||
|
||||
ignore = H104,H302,H401,H402,H404,H405,H904
|
||||
ignore = H104,H302,H402,H404,H405,H904
|
||||
builtins = _
|
||||
exclude = .venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,tools
|
||||
|
Loading…
x
Reference in New Issue
Block a user