[d-feet] Ignore pep8 E402 error
- From: Thomas Bechtold <toabctl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [d-feet] Ignore pep8 E402 error
- Date: Sat, 26 Sep 2015 09:02:42 +0000 (UTC)
commit 2c430279714a9819e1340477b8c9267e58897529
Author: Thomas Bechtold <thomasbechtold jpberlin de>
Date: Sat Sep 26 10:59:58 2015 +0200
Ignore pep8 E402 error
https://bugzilla.gnome.org/show_bug.cgi?id=754312
src/tests/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/tests/Makefile.am b/src/tests/Makefile.am
index 7437e52..d8c2f03 100644
--- a/src/tests/Makefile.am
+++ b/src/tests/Makefile.am
@@ -9,4 +9,4 @@ EXTRA_DIST = tests.py
PEP8_EXCLUDES=--exclude='.svn,CVS,.bzr,.hg,.git,__pycache__,.\#*'
check-local:
- pep8 --max-line-length=99 --ignore=E123 $(PEP8_EXCLUDES) $(top_srcdir)/src/
+ pep8 --max-line-length=99 --ignore=E123,E402 $(PEP8_EXCLUDES) $(top_srcdir)/src/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]