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