We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 543f707 commit 3d6cfc2Copy full SHA for 3d6cfc2
1 file changed
.pre-commit-config.yaml
@@ -29,7 +29,7 @@ repos:
29
- id: gitlint-ci
30
31
- repo: https://github.com/gitleaks/gitleaks
32
- rev: v8.25.0
+ rev: v8.25.1
33
hooks:
34
- id: gitleaks
35
@@ -74,15 +74,15 @@ repos:
74
stages: [manual]
75
76
- repo: https://github.com/astral-sh/ruff-pre-commit
77
- rev: v0.11.7
+ rev: v0.11.8
78
79
- id: ruff
80
args: [--fix]
81
82
- id: ruff-format
83
84
- repo: https://github.com/astral-sh/uv-pre-commit
85
- rev: 0.7.0
+ rev: 0.7.2
86
87
- id: uv-lock
88
always_run: true
0 commit comments