feat: update pre-commit with more tests
All checks were successful
Build / build-9 (pull_request) Successful in 14s
Build / build-8 (pull_request) Successful in 17s

- autofix the end-of-file
- report trailing whitespace
This commit is contained in:
Ben Vincent 2026-03-01 23:43:31 +11:00
parent 4976f0e43b
commit a0b8d8b806

View File

@ -1,5 +1,14 @@
--- ---
repos: repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
args: [--allow-multiple-documents]
- id: check-merge-conflict
- id: detect-private-key
- repo: https://github.com/adrienverge/yamllint.git - repo: https://github.com/adrienverge/yamllint.git
rev: v1.37.1 rev: v1.37.1
hooks: hooks: