diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2053d2b..ed234b8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -50,7 +50,7 @@ repos: args: [--prose-wrap=preserve] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.11.4" + rev: "v0.11.12" hooks: - id: ruff args: ["--fix", "--show-fixes"] @@ -81,7 +81,7 @@ repos: - id: validate-pyproject - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.32.1 + rev: 0.33.0 hooks: - id: check-dependabot - id: check-github-workflows