From 703a25d445d7b710212633af3a12d8c168208c62 Mon Sep 17 00:00:00 2001 From: Steve Martinelli Date: Sun, 25 Jan 2015 18:24:06 -0500 Subject: [PATCH] Remove ignore portion of tox.ini In the latest hacking update a few rules were dropped, and we no longer have to ignore these rules in our tox.ini. Change-Id: Id38a1497019c7fe2d4ad8567f1c0c8d229951751 --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index 6e03d48640..c8509115bd 100644 --- a/tox.ini +++ b/tox.ini @@ -34,6 +34,5 @@ downloadcache = ~/cache/pip commands = python setup.py build_sphinx [flake8] -ignore = H305,H307,H402,H904 show-source = True exclude = .venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,tools