mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-22 09:01:04 -05:00
chore: Update pre-commit hooks
This commit is contained in:
parent
ba76b8bd91
commit
5286387294
1 changed files with 2 additions and 2 deletions
|
@ -15,12 +15,12 @@ repos:
|
||||||
- id: detect-private-key
|
- id: detect-private-key
|
||||||
stages: [commit]
|
stages: [commit]
|
||||||
- repo: https://github.com/crate-ci/typos
|
- repo: https://github.com/crate-ci/typos
|
||||||
rev: v1.14.10
|
rev: v1.16.3
|
||||||
hooks:
|
hooks:
|
||||||
- id: typos
|
- id: typos
|
||||||
stages: [commit]
|
stages: [commit]
|
||||||
- repo: https://github.com/crate-ci/committed
|
- repo: https://github.com/crate-ci/committed
|
||||||
rev: v1.0.17
|
rev: v1.0.20
|
||||||
hooks:
|
hooks:
|
||||||
- id: committed
|
- id: committed
|
||||||
stages: [commit-msg]
|
stages: [commit-msg]
|
||||||
|
|
Loading…
Reference in a new issue