fatcontext/.pre-commit-config.yaml

12 lines
287 B
YAML
Raw Normal View History

2024-03-27 22:01:18 +01:00
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.3.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/golangci/golangci-lint
rev: v1.57.1
hooks:
- id: golangci-lint-full