diff options
Diffstat (limited to '')
-rw-r--r-- | .pre-commit-hooks.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 5b3d51a..4b15bfd 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -1,5 +1,6 @@ - id: gitlint name: gitlint language: python - entry: gitlint --staged --msg-filename + entry: gitlint + args: [--staged, --msg-filename] stages: [commit-msg] |