We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db8e37e commit 2754a34Copy full SHA for 2754a34
1 file changed
scripts/test
@@ -8,4 +8,4 @@ fi
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/
+${PREFIX}flake8 commitizen/ tests/
0 commit comments