Files
ham/.pre-commit-config.yaml
maze 0d159020c6
Some checks failed
Run tests / test (1.25) (push) Failing after 1m42s
Run tests / test (stable) (push) Failing after 1m42s
Cleanup logging
2026-02-23 18:26:24 +01:00

13 lines
259 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