chore: Update precommit hooks

This commit is contained in:
Ed Page 2023-05-19 13:12:26 -05:00
parent 2b6bb28cd1
commit 4d44cd7ca5

View file

@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.4.0
hooks:
- id: check-yaml
stages: [commit]
@ -15,12 +15,12 @@ repos:
- id: detect-private-key
stages: [commit]
- repo: https://github.com/crate-ci/typos
rev: v1.11.1
rev: v1.14.10
hooks:
- id: typos
stages: [commit]
- repo: https://github.com/crate-ci/committed
rev: v1.0.4
rev: v1.0.17
hooks:
- id: committed
stages: [commit-msg]