summaryrefslogtreecommitdiffstats
path: root/.pre-commit-hooks.yaml
blob: f2ccc7f4034659ede771e475e62e190fc4000962 (plain)
1
2
3
4
5
6
7
-   id: gitlint
    name: gitlint
    language: python
    additional_dependencies: ["./gitlint-core[trusted-deps]"]
    entry: gitlint
    args: [--staged, --msg-filename]
    stages: [commit-msg]