From 98ea9452f6c04fc056ba5aba4c27fb23607a4a16 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Sun, 11 Sep 2016 15:42:24 +0200 Subject: flake8: Ignore rpm related files for now This makes it easier to integrate changes from git-buildpackage-rpm. --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.cfg') 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 -- cgit v1.2.3