diff --git a/tox.ini b/tox.ini index 1881cc878..a989e8e79 100644 --- a/tox.ini +++ b/tox.ini @@ -99,7 +99,7 @@ passenv = PYTHON LANG # D103: Missing docstring in public function (will be handled by others) # D209: Blank line before closing """ (removed from PEP257) # D402: First line should not be function's signature (false-positives) -commands = {envpython} -m pep257 scripts tests qutebrowser --ignore=D102,D103,D209,D402 '--match=(?!resources|test_content_disposition).*\.py' +commands = {envpython} -m pep257 scripts tests qutebrowser --ignore=D102,D103,D209,D402 '--match=(?!resources|test_*).*\.py' [testenv:pyflakes] # https://github.com/fschulze/pytest-flakes/issues/6