Skip to content

Commit 58b8db2

Browse files
authored
Merge pull request #2 from TheNomet/fix/exclude_venv_folder
fix(scripts/test): excluding venv folder from pydocstyle checks
2 parents 64aa55e + 54a438f commit 58b8db2

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)