Skip to content

Commit 2754a34

Browse files
committed
ci(scripts/test): remove redundant arugment (it's been configed in setup.cfg)
1 parent db8e37e commit 2754a34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ fi
88
${PREFIX}pytest --cov-report term-missing --cov-report=xml:coverage.xml --cov=commitizen tests/
99
${PREFIX}black commitizen tests --check
1010
${PREFIX}isort --recursive --check-only commitizen tests
11-
${PREFIX}flake8 --max-line-length=88 commitizen/ tests/
11+
${PREFIX}flake8 commitizen/ tests/

0 commit comments

Comments
 (0)