From 54746b3cdcf99dfa3b41e01c732cc942fe2cbf3f Mon Sep 17 00:00:00 2001 From: Dominik George <nik@naturalnet.de> Date: Thu, 5 Dec 2019 17:59:10 +0100 Subject: [PATCH] [tox] Disable pydocstyle for now. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 1a7d2589a..b92917e18 100644 --- a/tox.ini +++ b/tox.ini @@ -8,7 +8,7 @@ skip_install = true commands = pytest --pylama biscuit/core/ [pylama] -linters = pycodestyle,pydocstyle,pyflakes,radon +linters = pycodestyle,pyflakes,radon [pycodestyle] max_line_length = 100 -- GitLab