From 765eaa6a5dcbfb801b2feb639951d292a3e2722d Mon Sep 17 00:00:00 2001 From: Wei Li Date: Tue, 2 Aug 2016 19:44:31 +0800 Subject: Delete H803 in flake8 ignore list In hacking >=0.10.0,there is not H803.So we should drop it in flake8 ignore list. Change-Id: I27fc7c095e9cbbb29dddb06c3675038d595e1711 --- tox.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index f619765..7b473bc 100644 --- a/tox.ini +++ b/tox.ini @@ -19,11 +19,10 @@ commands = python setup.py build_sphinx commands = python setup.py test --coverage --coverage-package-name=oslo_context --testr-args='{posargs}' [flake8] -# H803 skipped on purpose per list discussion. # E123, E125 skipped as they are invalid PEP-8. show-source = True -ignore = E123,E125,H803 +ignore = E123,E125 exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build [hacking] -- cgit v1.2.1