From 31ae1da191a97f4d137b38b0990bc6343794c43b Mon Sep 17 00:00:00 2001 From: Tom Teichler <tom.teichler@teckids.org> Date: Sat, 2 May 2020 20:12:37 +0200 Subject: [PATCH] [flake8] Ignore docstrings --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 3680b703c..a89323fc6 100644 --- a/tox.ini +++ b/tox.ini @@ -47,7 +47,7 @@ commands = [flake8] max_line_length = 100 exclude = migrations,tests -ignore = E203,E231,W503, D102 +ignore = E203,E231,W503,D100,D101,D102,D103,D105,D106,D107 [isort] line_length = 100 -- GitLab