Merge "Enable Flake8 F*** checks."

This commit is contained in:
Jenkins 2013-06-21 13:44:53 +00:00 committed by Gerrit Code Review
commit a37f7ca2a4
4 changed files with 2 additions and 4 deletions

View File

@ -14,7 +14,6 @@
# under the License.
import argparse
from errno import ENOENT
import os
import sys

View File

@ -16,7 +16,7 @@
import os
from testtools import TestCase
from fixtures import Fixture, EnvironmentVariable, TempDir
from fixtures import EnvironmentVariable, TempDir
from diskimage_builder.elements import expand_dependencies
from diskimage_builder.elements import get_elements_dir

View File

@ -15,7 +15,6 @@
import os
import sys
import unittest
class StubPackage:

View File

@ -40,7 +40,7 @@ commands = bash -c 'if [ ! -d ./.testrepository ] ; then testr init ; fi'
downloadcache = ~/cache/pip
[flake8]
ignore = E125,F,H
ignore = E125,H
builtins = _
exclude = .venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build