diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 35dcdbb..e744894 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.13.2" + rev: "v0.14.0" 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.34.0" + rev: "0.34.1" hooks: - id: check-dependabot - id: check-github-workflows