mirror of
https://github.com/cobalt-org/cobalt.rs
synced 2024-11-10 06:14:12 +00:00
chore(ci): Update pre-commit hooks
This commit is contained in:
parent
5e3b324b5e
commit
5ebe30b972
1 changed files with 2 additions and 2 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.4.0
|
rev: v4.5.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: check-yaml
|
- id: check-yaml
|
||||||
stages: [commit]
|
stages: [commit]
|
||||||
|
@ -15,7 +15,7 @@ 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.16.3
|
rev: v1.16.20
|
||||||
hooks:
|
hooks:
|
||||||
- id: typos
|
- id: typos
|
||||||
stages: [commit]
|
stages: [commit]
|
||||||
|
|
Loading…
Reference in a new issue