Skip to content

Commit 7f83b93

Browse files
Update dependency renovatebot/pre-commit-hooks to v43.102.10
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3a5f551 commit 7f83b93

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ repos:
3535
- id: check-github-workflows
3636
- id: check-renovate
3737
- repo: https://github.com/renovatebot/pre-commit-hooks
38-
rev: 43.102.8
38+
rev: 43.102.10
3939
hooks:
4040
- id: renovate-config-validator
4141
args: [--strict]

src/andrewaylett_pre_commit_hooks/init_hooks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class PreCommitRepo(TypedDict):
2727
"https://github.com/editorconfig-checker/editorconfig-checker.python": "3.6.1",
2828
"https://github.com/python-jsonschema/check-jsonschema": "0.37.1",
2929
"https://github.com/andrewaylett/pre-commit-hooks": "v0.7.1",
30-
"https://github.com/renovatebot/pre-commit-hooks": "43.102.8",
30+
"https://github.com/renovatebot/pre-commit-hooks": "43.102.10",
3131
}
3232

3333
# Default hooks that should be enabled

0 commit comments

Comments
 (0)