We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acbd0c0 commit 8a201b0Copy full SHA for 8a201b0
.pre-commit-config.yaml
@@ -3,7 +3,7 @@ default_language_version:
3
4
repos:
5
- repo: https://github.com/pre-commit/pre-commit-hooks
6
- rev: "v4.5.0"
+ rev: "v4.6.0"
7
hooks:
8
- id: check-added-large-files
9
- id: check-docstring-first
@@ -42,7 +42,7 @@ repos:
42
- id: detect-secrets
43
44
- repo: https://github.com/astral-sh/ruff-pre-commit
45
- rev: v0.3.4
+ rev: v0.3.7
46
47
- id: ruff
48
args: [--fix]
@@ -54,7 +54,7 @@ repos:
54
- id: gitleaks
55
56
- repo: https://github.com/renovatebot/pre-commit-hooks
57
- rev: 37.264.0
+ rev: 37.296.0
58
59
- id: renovate-config-validator
60
0 commit comments