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 22c9dd8 commit 06c6d85Copy full SHA for 06c6d85
scripts/test
@@ -9,5 +9,5 @@ ${PREFIX}pytest -n 3 --cov-report term-missing --cov-report=xml:coverage.xml --c
9
${PREFIX}black commitizen tests --check
10
${PREFIX}isort --check-only commitizen tests
11
${PREFIX}flake8 commitizen/ tests/
12
-${PREFIX}mypy commitizen/ tests/
+${PREFIX}mypy --install-types --non-interactive commitizen/ tests/
13
${PREFIX}pydocstyle --convention=google --add-ignore=D1,D415
0 commit comments