feat: update pre-commit with more tests #82

Merged
unkinben merged 1 commits from benvin/pre-commit-update into master 2026-03-01 23:48:30 +11:00

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: