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