github.com/twelho/conform@v0.0.0-20231016230407-c25e9238598a/.pre-commit-hooks.yaml (about)

     1  ---
     2  - id: conform
     3    name: Conform
     4    description: Run 'conform enforce' for policy enforcement
     5    entry: conform enforce --commit-msg-file
     6    language: golang
     7    stages: [commit-msg]