diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a0e20af4..e2861efb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -31,7 +31,7 @@ repos: # 3. Main Linter (with auto-fix) - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version should match the one in pyproject.toml - rev: v0.11.12 # Use the same Ruff version tag as formatter + rev: v0.11.13 # Use the same Ruff version tag as formatter hooks: - id: ruff args: [--fix] @@ -39,7 +39,7 @@ repos: # 4. Main Formatter (after linting/fixing) - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version should match the one in pyproject.toml - rev: v0.11.12 + rev: v0.11.13 hooks: - id: ruff-format @@ -53,7 +53,7 @@ repos: # 6. Security Check - repo: https://github.com/gitleaks/gitleaks - rev: v8.27.0 # Use the latest tag from the repo + rev: v8.27.2 # Use the latest tag from the repo hooks: - id: gitleaks