summaryrefslogtreecommitdiffstats
path: root/run_tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'run_tests.sh')
-rwxr-xr-xrun_tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/run_tests.sh b/run_tests.sh
index 87a5e3b05..9385b4185 100755
--- a/run_tests.sh
+++ b/run_tests.sh
@@ -128,7 +128,7 @@ function run_pep8 {
srcfiles+=" setup.py"
# Until all these issues get fixed, ignore.
- ignore='--ignore=N4,E12,E711,E712,E721,E502'
+ ignore='--ignore=N4,E12,E711,E721'
${wrapper} python tools/hacking.py ${ignore} ${srcfiles}