mirror of
https://github.com/clap-rs/clap
synced 2024-11-10 06:44:16 +00:00
chore: Update from '_rust/main'
This commit is contained in:
commit
cf7a0272cc
2 changed files with 3 additions and 3 deletions
2
.github/renovate.json5
vendored
2
.github/renovate.json5
vendored
|
@ -31,7 +31,7 @@
|
|||
{
|
||||
commitMessageTopic: 'MSRV',
|
||||
matchManagers: [
|
||||
'regex',
|
||||
'custom.regex',
|
||||
],
|
||||
matchPackageNames: [
|
||||
'rust',
|
||||
|
|
|
@ -5,7 +5,7 @@ exclude: |
|
|||
)$
|
||||
repos:
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v4.4.0
|
||||
rev: v4.5.0
|
||||
hooks:
|
||||
- id: check-yaml
|
||||
stages: [commit]
|
||||
|
@ -20,7 +20,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]
|
||||
|
|
Loading…
Reference in a new issue