Files
hamview/.pre-commit-config.yaml
maze 2c6b739f9b
Some checks failed
Run tests / test (1.25) (push) Failing after 21s
Run tests / test (stable) (push) Failing after 23s
Add pre-commit
2026-02-22 21:29:37 +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