diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 15a3f84..e43042b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,17 +2,17 @@ default_install_hook_types: [pre-commit, pre-push] repos: - repo: https://github.com/gitleaks/gitleaks - rev: v8.23.1 + rev: v8.30.0 hooks: - id: gitleaks - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.8.3 # uv version. + rev: 0.10.7 # uv version. hooks: - id: uv-lock - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.11.7 + rev: v0.15.4 hooks: - id: ruff args: [--fix]