summaryrefslogtreecommitdiffhomepage
path: root/setup.cfg
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2016-09-11 15:42:24 +0200
committerGuido Günther <agx@sigxcpu.org>2016-09-12 08:52:15 +0200
commit98ea9452f6c04fc056ba5aba4c27fb23607a4a16 (patch)
treea4d811da83a5e1159fb621c8d5046cb3af62353f /setup.cfg
parent5ff1be8a74b1adf3ecf0597d0cb22d3fc7a499a1 (diff)
flake8: Ignore rpm related files for now
This makes it easier to integrate changes from git-buildpackage-rpm.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 79e5609e..64c042ae 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