We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f19b13 commit 027d4a2Copy full SHA for 027d4a2
scripts/test
@@ -7,4 +7,5 @@ fi
7
8
${PREFIX}pytest --cov-report term-missing --cov-report=xml:coverage.xml --cov=commitizen tests/
9
${PREFIX}black commitizen tests --check
10
+${PREFIX}isort --recursive --check-only commitizen tests
11
${PREFIX}flake8 --max-line-length=88 commitizen/ tests/
0 commit comments