From 014c2b57561ca87d9d4f28196b14bff40a984bad Mon Sep 17 00:00:00 2001 From: gengchc2 Date: Sun, 4 Dec 2016 13:00:18 +0800 Subject: [PATCH] Delete deprecated Hacking in tox.ini Some hacking have been removed,so we can delete them. More details: https://github.com/openstack-dev/hacking/blob/master/setup.cfg Change-Id: I4a67924abd28f2bd2f206b669c77388df9a5bb5a --- tox.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 9b0a9e0..6dbf884 100644 --- a/tox.ini +++ b/tox.ini @@ -36,10 +36,9 @@ commands = [flake8] max-complexity = 30 # TODO: ignored checks should be enabled in the future -# H302 import only modules # H904 Wrap long lines in parentheses instead of a backslash (DEPRECATED) # H405 Multiline docstring separated by empty line # E402 module level import not at top of file FIXME remove this -ignore = H302,H904,H405,E402 +ignore = H904,H405,E402 show-source = True exclude=.venv,.git,.tox,dist,*egg,build