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