From 6089d4a63625d07be5d841f8edc590e6b3021c8d Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sun, 28 Dec 2014 18:04:52 +0100 Subject: [PATCH] Remove ez_setup exclude. --- .run_checks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.run_checks b/.run_checks index ad0cf1b96..070f920f1 100644 --- a/.run_checks +++ b/.run_checks @@ -8,7 +8,7 @@ targets=qutebrowser,scripts # D209: Blank line before closing """ (removed from PEP257) # D402: First line should not be function's signature (false-positives) disable=D102,D209,D402 -exclude=test_.*,ez_setup +exclude=test_.* [pylint] args=--output-format=colorized,--reports=no,--rcfile=.pylintrc