mirror of
https://github.com/crate-ci/typos.git
synced 2025-02-13 08:40:29 -05:00
chore: Update precommit hooks
This commit is contained in:
parent
2b6bb28cd1
commit
4d44cd7ca5
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
repos:
|
repos:
|
||||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||||
rev: v4.3.0
|
rev: v4.4.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: check-yaml
|
- id: check-yaml
|
||||||
stages: [commit]
|
stages: [commit]
|
||||||
|
@ -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.11.1
|
rev: v1.14.10
|
||||||
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.4
|
rev: v1.0.17
|
||||||
hooks:
|
hooks:
|
||||||
- id: committed
|
- id: committed
|
||||||
stages: [commit-msg]
|
stages: [commit-msg]
|
||||||
|
|
Loading…
Add table
Reference in a new issue