chore: Update from '_rust/main'

This commit is contained in:
Ed Page 2023-12-04 11:05:47 -06:00
commit cf7a0272cc
2 changed files with 3 additions and 3 deletions

View file

@ -31,7 +31,7 @@
{ {
commitMessageTopic: 'MSRV', commitMessageTopic: 'MSRV',
matchManagers: [ matchManagers: [
'regex', 'custom.regex',
], ],
matchPackageNames: [ matchPackageNames: [
'rust', 'rust',

View file

@ -5,7 +5,7 @@ exclude: |
)$ )$
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]
@ -20,7 +20,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]