diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8702955..cd7f3f9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.12.8" + rev: "v0.12.10" hooks: - id: ruff args: [--fix, --show-fixes] @@ -32,7 +32,7 @@ repos: additional_dependencies: ["validate-pyproject-schema-store[all]>=2024.10.21"] - repo: https://github.com/python-jsonschema/check-jsonschema - rev: "0.33.2" + rev: "0.33.3" hooks: - id: check-dependabot - id: check-github-workflows