From 22f750002578e7a623b50f2f13455765f558875c Mon Sep 17 00:00:00 2001 From: Maciej Kucia Date: Sun, 21 May 2017 23:26:39 +0200 Subject: [PATCH] Removed invalid comments in tox.ini [flake8] Change-Id: I9b12f6b1ad2612403de7c904a7752ef6960480e2 Signed-off-by: Maciej Kucia --- tox.ini | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/tox.ini b/tox.ini index 0514707..c80f6db 100644 --- a/tox.ini +++ b/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 [flake8] -# H803 skipped on purpose per list discussion. # Following checks are ignored on purpose. # # E251 unexpected spaces around keyword / parameter equals # 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 ignore = E251