We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a5f551 commit 7f83b93Copy full SHA for 7f83b93
2 files changed
.pre-commit-config.yaml
@@ -35,7 +35,7 @@ repos:
35
- id: check-github-workflows
36
- id: check-renovate
37
- repo: https://github.com/renovatebot/pre-commit-hooks
38
- rev: 43.102.8
+ rev: 43.102.10
39
hooks:
40
- id: renovate-config-validator
41
args: [--strict]
src/andrewaylett_pre_commit_hooks/init_hooks.py
@@ -27,7 +27,7 @@ class PreCommitRepo(TypedDict):
27
"https://github.com/editorconfig-checker/editorconfig-checker.python": "3.6.1",
28
"https://github.com/python-jsonschema/check-jsonschema": "0.37.1",
29
"https://github.com/andrewaylett/pre-commit-hooks": "v0.7.1",
30
- "https://github.com/renovatebot/pre-commit-hooks": "43.102.8",
+ "https://github.com/renovatebot/pre-commit-hooks": "43.102.10",
31
}
32
33
# Default hooks that should be enabled
0 commit comments