25 lines
654 B
YAML
25 lines
654 B
YAML
---
|
|
repos:
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v4.5.0
|
|
hooks:
|
|
- id: check-yaml
|
|
- id: end-of-file-fixer
|
|
- id: trailing-whitespace
|
|
- repo: https://github.com/jumanjihouse/pre-commit-hook-yamlfmt
|
|
rev: 0.2.3
|
|
hooks:
|
|
- id: yamlfmt
|
|
- repo: https://github.com/mrtazz/checkmake.git
|
|
rev: 0.2.2
|
|
hooks:
|
|
- id: checkmake
|
|
- repo: https://github.com/dnephin/pre-commit-golang
|
|
rev: v0.5.1
|
|
hooks:
|
|
- id: go-fmt
|
|
- id: go-imports
|
|
- id: golangci-lint
|
|
- id: go-unit-tests
|
|
- id: go-mod-tidy
|