diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1d6583b..071abe4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -42,7 +42,7 @@ repos: args: [--prose-wrap=always] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.11.4" + rev: "v0.11.7" hooks: - id: ruff args: ["--fix", "--show-fixes"] @@ -83,7 +83,7 @@ repos: additional_dependencies: ["validate-pyproject-schema-store[all]"] - repo: https://github.com/python-jsonschema/check-jsonschema - rev: "0.32.1" + rev: "0.33.0" hooks: - id: check-dependabot - id: check-github-workflows