diff --git a/setup.cfg b/setup.cfg index 98a4f54d55d..6d952083a31 100644 --- a/setup.cfg +++ b/setup.cfg @@ -7,3 +7,6 @@ norecursedirs = .git testing_config [flake8] exclude = .venv,.git,.tox,docs,www_static,venv,bin,lib,deps,build + +[pydocstyle] +match_dir = ^((?!\.|www_static).)*$