Merge pull request 'feat: update pre-commit with more tests' (#82) from benvin/pre-commit-update into master
All checks were successful
Deploy / deploy-8 (push) Successful in 2s
Deploy / deploy-9 (push) Successful in 3s

Reviewed-on: #82
This commit is contained in:
Ben Vincent 2026-03-01 23:48:29 +11:00
commit b585cca9f0

View File

@ -1,5 +1,14 @@
---
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
rev: v1.37.1
hooks: