8000
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 aa658be commit fb15145Copy full SHA for fb15145
scripts/test
@@ -5,7 +5,7 @@ export PREFIX='poetry run python -m '
5
export REGEX='^(?![.]|venv).*'
6
7
${PREFIX}pytest -n 3 --dist=loadfile --cov-report term-missing --cov-report=xml:coverage.xml --cov=commitizen tests/
8
-${PREFIX}black commitizen tests --check
9
-${PREFIX}ruff commitizen/ tests/
+${PREFIX}black commitizen tests
+${PREFIX}ruff check commitizen/ tests/ --fix
10
${PREFIX}mypy commitizen/ tests/
11
${PREFIX}commitizen -nr 3 check --rev-range origin/master..
0 commit comments