diff --git a/setup.cfg b/setup.cfg index b9572076..53e27d09 100644 --- a/setup.cfg +++ b/setup.cfg @@ -50,6 +50,6 @@ gui_scripts = universal = 0 [flake8] -ignore = E133,E221,E226,E228,E241,W503 +ignore = D107,D205,D400,E133,E221,E226,E228,E241,W503 max-line-length = 99 exclude = docs/*