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