Enable hacking checks
Enabled following hacking checks from tox.ini: - H233 Python 3.x incompatible use of print operator - H303 no wildcard import - H404 multi line docstring should start with a summary Change-Id: I2553bcd3e80c00acc08d135a1d2dadfb6cda49fe Partial-Bugs: #1475054
This commit is contained in:
@@ -41,12 +41,7 @@ commands=
|
||||
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
|
||||
|
||||
[flake8]
|
||||
# H233 Python 3.x incompatible use of print operator
|
||||
# H301 one import per line
|
||||
# H303 no wildcard import
|
||||
# H404 multi line docstring should start with a summary
|
||||
|
||||
ignore = F403,F812,F821,H233,H301,H303,H404
|
||||
ignore = F403,F812,F821
|
||||
show-source = True
|
||||
exclude = .venv*,.tox,dist,*egg,build,.git,doc,*openstack/common*,*lib/python*,.update-venv
|
||||
|
||||
|
||||
Reference in New Issue
Block a user