chore(ci): Update pre-commit hooks

This commit is contained in:
Ed Page 2023-10-26 09:14:51 -05:00
parent 5e3b324b5e
commit 5ebe30b972

View file

@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: check-yaml
stages: [commit]
@ -15,7 +15,7 @@ repos:
- id: detect-private-key
stages: [commit]
- repo: https://github.com/crate-ci/typos
rev: v1.16.3
rev: v1.16.20
hooks:
- id: typos
stages: [commit]