aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2016-12-05 19:08:45 +0100
committerGuido Günther <agx@sigxcpu.org>2016-12-05 19:08:45 +0100
commitb1ebc7c373fa359a9254f8c12d1d00a02455125a (patch)
tree935b2ac55a94d7e91a707e532b2e90520523f28a
parentd416e4007f5e83940954291e43b5860c4e2d55c9 (diff)
flake8: Don't skip all rpm tools
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 64c042ae..f485a246 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -18,4 +18,4 @@ modules = gbp, tests/test_*.py
# E265: block comment should start with '# '
ignore=E501,E265
builtins=unicode,execfile,raw_input
-exclude=*rpm*,svn,CVS,.bzr,.hg,.git,__pycache__,.tox,.eggs,*.egg
+exclude=gbp/rpm,tests/*rpm*,tests/component/rpm/,gbp/scripts/pq_rpm.py,gbp/scripts/rpm_ch.py,gbp/scripts/buildpackage_rpm.py,svn,CVS,.bzr,.hg,.git,__pycache__,.tox,.eggs,*.egg