2025-02-13 05:54:40 +01:00
|
|
|
- id: gitlint
|
|
|
|
name: gitlint
|
|
|
|
language: python
|
2025-02-13 06:06:00 +01:00
|
|
|
additional_dependencies: ["./gitlint-core[trusted-deps]"]
|
2025-02-13 06:03:13 +01:00
|
|
|
entry: gitlint
|
|
|
|
args: [--staged, --msg-filename]
|
2025-02-13 05:54:40 +01:00
|
|
|
stages: [commit-msg]
|