We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 976d5d2 commit 54a438fCopy full SHA for 54a438f
scripts/test
@@ -10,4 +10,4 @@ ${PREFIX}black commitizen tests --check
10
${PREFIX}isort --check-only commitizen tests
11
${PREFIX}flake8 commitizen/ tests/
12
${PREFIX}mypy commitizen/ tests/
13
-${PREFIX}pydocstyle --convention=google --add-ignore=D1,D415
+${PREFIX}pydocstyle --convention=google --add-ignore=D1,D415 --match-dir='^(?!venv|[\.]).*'
0 commit comments