gmessages/.pre-commit-config.yaml

16 lines
393 B
YAML
Raw Normal View History

2023-06-30 09:51:54 +00:00
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
2023-06-30 09:51:54 +00:00
hooks:
- id: trailing-whitespace
exclude_types: [markdown]
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files
2023-08-09 13:34:54 +00:00
- repo: https://github.com/tekwizely/pre-commit-golang
rev: v1.0.0-rc.1
hooks:
2023-07-02 20:48:06 +00:00
# - id: go-imports-repo
2023-08-09 13:34:54 +00:00
- id: go-vet-repo-mod