From 26605953bed195e34900310c27f115e03a023107 Mon Sep 17 00:00:00 2001 From: Terry Howe Date: Mon, 26 Jan 2015 10:21:12 -0700 Subject: [PATCH] Remove flake/pep8 ignores These ignores are no longer needed. Change-Id: I1b15403f79b9038c77786fe0262a421f7d5dd737 --- tox.ini | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tox.ini b/tox.ini index 3b621c29..18b9e18c 100644 --- a/tox.ini +++ b/tox.ini @@ -25,10 +25,5 @@ commands = python setup.py testr --coverage --testr-args='{posargs}' commands = python setup.py build_sphinx [flake8] -# H404 is a docstring rule that is not followed at this time, but -# feel free to fix -# H803 skipped on purpose per list discussion. -# E123, E125 skipped as they are invalid PEP-8. show-source = True -ignore = E123,E125,H404,H803 exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build