summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsonu.kumar <sonu.kumar@nectechnologies.in>2017-01-12 22:30:12 -0500
committerMichael Johnson <johnsomor@gmail.com>2021-11-23 17:28:27 +0000
commitd6c78e27f25f8f7960aff32f79b11e960ff91bc5 (patch)
tree737acc6c4506a3c8335fa55fd714d15753884fda
parente428a1aed0ffa62ee973b1e14e779bc78f2a42da (diff)
downloadpython-designateclient-d6c78e27f25f8f7960aff32f79b11e960ff91bc5.tar.gz
Remove H402 hacking as it is deprecated
H402 hacking have been removed since hacking 0.10. So remove H402 ignore statement. Change-Id: I6de537410bd1d8b320d3c9db603ae1669a4faf25
-rw-r--r--tox.ini3
1 files changed, 1 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 9dd445c..a901842 100644
--- a/tox.ini
+++ b/tox.ini
@@ -87,14 +87,13 @@ commands = sphinx-build -a -E -d releasenotes/build/doctrees -b html releasenote
[flake8]
# ignored flake8 codes:
# H302 import only modules
-# 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
# W504 line break after binary operator
# See designate for other ignored codes that may apply here
-ignore = H105,H302,H402,H404,H405,W504,H904
+ignore = H105,H302,H404,H405,W504,H904
builtins = _
exclude = .venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,tools