Exclude www_static from pydocstyle linting (#3175)

🐬
This commit is contained in:
Martin Hjelmare 2016-09-04 04:21:19 +02:00 committed by Teagan Glenn
parent 3b1c0a7502
commit 34ba4d3e09

View File

@ -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).)*$