tox: Adjust pep257 comment.

This commit is contained in:
Florian Bruhin 2015-07-21 10:26:57 +02:00
parent 0b8c054dc1
commit e81ac925d7

View File

@ -80,7 +80,8 @@ skip_install = true
deps = pep257==0.6.0
passenv = PYTHON LANG
# Disabled checks:
# D102: Docstring missing, will be handled by others
# D102: Missing docstring in public method (will be handled by others)
# 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'