diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 052cc95..37f8848 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -45,7 +45,7 @@ repos: - id: detect-private-key - repo: https://github.com/gitleaks/gitleaks - rev: v8.30.1 + rev: v8.30.0 hooks: - id: gitleaks @@ -65,13 +65,13 @@ repos: - id: hadolint-docker - repo: https://github.com/DavidAnson/markdownlint-cli2 - rev: v0.21.0 + rev: v0.22.0 hooks: - id: markdownlint-cli2 args: [--fix] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.6 + rev: v0.15.7 hooks: - id: ruff types_or: [python, pyi, jupyter] @@ -95,7 +95,7 @@ repos: - id: taplo-format - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.10.10 + rev: 0.10.12 hooks: - id: uv-lock