File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,15 +31,15 @@ repos:
31
31
# 3. Main Linter (with auto-fix)
32
32
- repo : https://github.com/astral-sh/ruff-pre-commit
33
33
# Ruff version should match the one in pyproject.toml
34
- rev : v0.11.7 # Use the same Ruff version tag as formatter
34
+ rev : v0.11.8 # Use the same Ruff version tag as formatter
35
35
hooks :
36
36
- id : ruff
37
37
args : [--fix]
38
38
39
39
# 4. Main Formatter (after linting/fixing)
40
40
- repo : https://github.com/astral-sh/ruff-pre-commit
41
41
# Ruff version should match the one in pyproject.toml
42
- rev : v0.11.7
42
+ rev : v0.11.8
43
43
hooks :
44
44
- id : ruff-format
45
45
53
53
54
54
# 6. Security Check
55
55
- repo : https://github.com/gitleaks/gitleaks
56
- rev : v8.24.3 # Use the latest tag from the repo
56
+ rev : v8.25.1 # Use the latest tag from the repo
57
57
hooks :
58
58
- id : gitleaks
59
59
You can’t perform that action at this time.
0 commit comments