We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17a2f74 commit bff4e90Copy full SHA for bff4e90
.pre-commit-config.yaml
@@ -42,24 +42,24 @@ repos:
42
- id: detect-secrets
43
44
- repo: https://github.com/astral-sh/ruff-pre-commit
45
- rev: v0.7.0
+ rev: v0.7.1
46
hooks:
47
- id: ruff
48
args: [--fix]
49
- id: ruff-format
50
51
- repo: https://github.com/gitleaks/gitleaks
52
- rev: v8.21.1
+ rev: v8.21.2
53
54
- id: gitleaks
55
56
- repo: https://github.com/renovatebot/pre-commit-hooks
57
- rev: 38.128.6
+ rev: 38.133.1
58
59
- id: renovate-config-validator
60
61
- repo: https://github.com/pre-commit/mirrors-mypy
62
- rev: v1.12.1
+ rev: v1.13.0
63
64
- id: mypy
65
exclude: ^(tests/)
0 commit comments