From 9e60e4a592011228bbf4ddacf96afbee2ab63ea6 Mon Sep 17 00:00:00 2001 From: "Chaozhe.Chen" Date: Tue, 9 Feb 2016 17:00:30 +0800 Subject: Fix some flake8 violations 1. Wrong use of 'noqa'. "# flake8: noqa" option disables all checks for the whole file. 2. Remove exclusion of 'tools' and '*openstack/common*' in flake8 and fix the violations. Change-Id: I153e992ffd6a80e70a99d7066c503c34326c93ab Closes-bug: #1540254 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 8b2a1ee..3794b98 100644 --- a/tox.ini +++ b/tox.ini @@ -44,4 +44,4 @@ passenv = OS_* [flake8] show-source = True ignore = F811,F821,H306,H404,H405,E122,E123,E128,E251 -exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,tools +exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build -- cgit v1.2.1