File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,15 +31,15 @@ repos:
3131 # 3. Main Linter (with auto-fix)
3232 - repo : https://github.com/astral-sh/ruff-pre-commit
3333 # 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
3535 hooks :
3636 - id : ruff
3737 args : [--fix]
3838
3939 # 4. Main Formatter (after linting/fixing)
4040 - repo : https://github.com/astral-sh/ruff-pre-commit
4141 # Ruff version should match the one in pyproject.toml
42- rev : v0.11.7
42+ rev : v0.11.8
4343 hooks :
4444 - id : ruff-format
4545
5353
5454 # 6. Security Check
5555 - 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
5757 hooks :
5858 - id : gitleaks
5959
You can’t perform that action at this time.
0 commit comments