Removed invalid comments in tox.ini [flake8]
Change-Id: I9b12f6b1ad2612403de7c904a7752ef6960480e2 Signed-off-by: Maciej Kucia <maciej@kucia.net>
This commit is contained in:
parent
a14653b255
commit
22f7500025
11
tox.ini
11
tox.ini
@ -58,21 +58,10 @@ commands = python setup.py build_sphinx
|
|||||||
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
|
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
|
||||||
|
|
||||||
[flake8]
|
[flake8]
|
||||||
# H803 skipped on purpose per list discussion.
|
|
||||||
# Following checks are ignored on purpose.
|
# Following checks are ignored on purpose.
|
||||||
#
|
#
|
||||||
# E251 unexpected spaces around keyword / parameter equals
|
# E251 unexpected spaces around keyword / parameter equals
|
||||||
# reason: no improvement in readability
|
# reason: no improvement in readability
|
||||||
#
|
|
||||||
# H402 one line docstring needs punctuation
|
|
||||||
# reason: removed in hacking (https://review.openstack.org/#/c/101497/)
|
|
||||||
#
|
|
||||||
# H803 git commit title should not end with period
|
|
||||||
# reason: removed in hacking (https://review.openstack.org/#/c/101498/)
|
|
||||||
#
|
|
||||||
# Due to the upgrade to hacking 0.9.2 the following checking are
|
|
||||||
# ignored on purpose for the moment and should be re-enabled.
|
|
||||||
|
|
||||||
|
|
||||||
show-source = True
|
show-source = True
|
||||||
ignore = E251
|
ignore = E251
|
||||||
|
Loading…
Reference in New Issue
Block a user