diff --git a/tox.ini b/tox.ini index 3680b703c2a5f2f0127a9b6f095db7db84cf79cd..a89323fc646a4ec60783805ae823512b04d6a1fe 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