Files
ham/.pre-commit-config.yaml
maze aabfa853ec
All checks were successful
Run tests / test (1.25) (push) Successful in 9s
Run tests / test (stable) (push) Successful in 11s
Add pre-commit
2026-02-22 21:30:06 +01:00

13 lines
255 B
YAML

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v6.0.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/golangci/golangci-lint
rev: v2.10.1
hooks:
- id: golangci-lint