github.com/helmwave/helmwave@v0.36.4-0.20240509190856-b35563eba4c6/.pre-commit-config.yaml (about)

     1  repos:
     2    - repo: https://github.com/dnephin/pre-commit-golang
     3      rev: v0.5.1
     4      hooks:
     5        - id: go-fmt
     6        - id: golangci-lint
     7        - id: go-mod-tidy
     8  
     9    - repo: https://github.com/compilerla/conventional-pre-commit
    10      rev: v2.3.0
    11      hooks:
    12        - id: conventional-pre-commit