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 4abf2bb commit 546c442Copy full SHA for 546c442
scripts/test
@@ -10,3 +10,4 @@ ${PREFIX}black commitizen tests --check
10
${PREFIX}isort --recursive --check-only commitizen tests
11
${PREFIX}flake8 commitizen/ tests/
12
${PREFIX}mypy commitizen/ tests/
13
+${PREFIX}pydocstyle --convention=google --add-ignore=D1,D415
0 commit comments