summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2017-07-01 15:15:43 -0700
committerGary E. Miller <gem@rellim.com>2017-07-01 15:15:43 -0700
commitcbe6b63a5f01e657cd514dbb43953c56786ec30b (patch)
tree7677f7e555bf920bf917fe4e95efb4b9d788efec
parent3ecf4a2fee814bce4591a17ede287e2257ff04fe (diff)
downloadgpsd-cbe6b63a5f01e657cd514dbb43953c56786ec30b.tar.gz
SConstruct: do not ignore pep8 E401 and E501.
E401 multiple imports on one line E501 line too long (XX > 79 characters)
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 16038eb7..3abf65f4 100644
--- a/SConstruct
+++ b/SConstruct
@@ -1766,7 +1766,7 @@ if len(python_progs) > 0:
if len(python_progs) > 0:
pep8 = Utility("pep8",
["jsongen.py", "maskaudit.py", python_built_extensions],
- ['pep8 --ignore=E501,W602,E122,E241,E401 {0} '
+ ['pep8 --ignore=W602,E122,E241 {0} '
'gps/[a-zA-Z]*.py *.py'''.format(" ".join(python_progs))])
# Additional Python readablity style checks