From e81ac925d710a83e681dff8372a6d6501470ea01 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 21 Jul 2015 10:26:57 +0200 Subject: [PATCH] tox: Adjust pep257 comment. --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 79aae1f34..e2a761372 100644 --- a/tox.ini +++ b/tox.ini @@ -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'