File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -31,27 +31,27 @@ 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
46
46
# 5. Project Config / Dependency Checks
47
47
- repo : https://github.com/python-poetry/poetry
48
- rev : 2.1.2 # Use the latest tag from the repo
48
+ rev : 2.1.3 # Use the latest tag from the repo
49
49
hooks :
50
50
- id : poetry-check
51
51
52
52
# 6. Security Check
53
53
- repo : https://github.com/gitleaks/gitleaks
54
- rev : v8.24.3 # Use the latest tag from the repo
54
+ rev : v8.25.1 # Use the latest tag from the repo
55
55
hooks :
56
56
- id : gitleaks
57
57
You can’t perform that action at this time.
0 commit comments