From 0b931f336f7a6538344889c88aa299a143bf9236 Mon Sep 17 00:00:00 2001 From: Kalaswan Datta Date: Fri, 6 Jan 2017 11:31:44 -0500 Subject: [PATCH] H402 hacking have been deprecated Change-Id: I4395d0c01fffb6f4f61d289437984a87d7c19fd8 --- tox.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index e7bdc6a..cc24acc 100644 --- a/tox.ini +++ b/tox.ini @@ -31,11 +31,10 @@ commands = {posargs} # H301 one import per line # H305 imports not grouped correctly # H307 like imports should be grouped together -# 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 -ignore = E123,E125,E126,E128,E129,E265,H301,H305,H307,H402,H404,H405,H904,H803 +ignore = E123,E125,E126,E128,E129,E265,H301,H305,H307,H404,H405,H904,H803 show-source = True builtins = _ exclude=.venv,.git,.tox,dist,*openstack/common*,*lib/python*,*egg,build