Skip to content
Snippets Groups Projects
Commit 34ba4d3e authored by Martin Hjelmare's avatar Martin Hjelmare Committed by Teagan Glenn
Browse files

Exclude www_static from pydocstyle linting (#3175)

:dolphin: 
parent 3b1c0a75
Branches
Tags
No related merge requests found
...@@ -7,3 +7,6 @@ norecursedirs = .git testing_config ...@@ -7,3 +7,6 @@ norecursedirs = .git testing_config
[flake8] [flake8]
exclude = .venv,.git,.tox,docs,www_static,venv,bin,lib,deps,build exclude = .venv,.git,.tox,docs,www_static,venv,bin,lib,deps,build
[pydocstyle]
match_dir = ^((?!\.|www_static).)*$
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment