Skip to content

Commit 027d4a2

Browse files
committed
ci(scripts/test): add isort check to srctips/test
1 parent 6f19b13 commit 027d4a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ fi
77

88
${PREFIX}pytest --cov-report term-missing --cov-report=xml:coverage.xml --cov=commitizen tests/
99
${PREFIX}black commitizen tests --check
10+
${PREFIX}isort --recursive --check-only commitizen tests
1011
${PREFIX}flake8 --max-line-length=88 commitizen/ tests/

0 commit comments

Comments
 (0)