From 4845fc2720a0ab3ff4f15fc8f3f00573b617ce5b Mon Sep 17 00:00:00 2001 From: Joe Gordon Date: Thu, 17 Jan 2013 18:06:53 -0500 Subject: Fix hacking N302 import only modules * Includes some general tools/hacking cleanup * Fix several N302 cases * Disable N302 until all cases are fixed Change-Id: Iddba07ff13e10dc41a6930749044bb8c0572d279 --- run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'run_tests.sh') diff --git a/run_tests.sh b/run_tests.sh index 238f5e194..f2bb76355 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -125,7 +125,7 @@ function run_pep8 { srcfiles+=" setup.py" # Until all these issues get fixed, ignore. - ignore='--ignore=E12,E711,E721,E712,N403,N404' + ignore='--ignore=E12,E711,E721,E712,N403,N404,N302' # First run the hacking selftest, to make sure it's right echo "Running hacking.py self test" -- cgit