Skip to content

Commit 54a438f

Browse files
author
matteo_fiore
committed
fix(scripts/test): excluding venv folder from pydocstyle checks
1 parent 976d5d2 commit 54a438f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ ${PREFIX}black commitizen tests --check
1010
${PREFIX}isort --check-only commitizen tests
1111
${PREFIX}flake8 commitizen/ tests/
1212
${PREFIX}mypy commitizen/ tests/
13-
${PREFIX}pydocstyle --convention=google --add-ignore=D1,D415
13+
${PREFIX}pydocstyle --convention=google --add-ignore=D1,D415 --match-dir='^(?!venv|[\.]).*'

0 commit comments

Comments
 (0)