Skip to content

Commit fb15145

Browse files
committed
ci(scripts): fix ill-formated code when running formatters
1 parent aa658be commit fb15145

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/test

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export PREFIX='poetry run python -m '
55
export REGEX='^(?![.]|venv).*'
66

77
${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/
8+
${PREFIX}black commitizen tests
9+
${PREFIX}ruff check commitizen/ tests/ --fix
1010
${PREFIX}mypy commitizen/ tests/
1111
${PREFIX}commitizen -nr 3 check --rev-range origin/master..

0 commit comments

Comments
 (0)