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 dd3e920 commit 1ea4b16Copy full SHA for 1ea4b16
.pre-commit-config.yaml
@@ -35,7 +35,7 @@ repos:
35
name: Commit Lint
36
description: Runs commitlint against the commit message.
37
language: system
38
- entry: bash -c "npm install @commitlint/config-conventional @commitlint/cli; cat $1 | awk '/^# -+.*>8.*-+/{exit} 1' | grep -v '^#' | npx commitlint"
+ entry: bash -c "cat $1 | awk '/^# -+.*>8.*-+/{exit} 1' | grep -v '^#' | commitlint"
39
args: [$1]
40
stages: [commit-msg]
41
- id: python-check
0 commit comments