From 2c2d14e7f36fe5e368686acc2855051816a841c3 Mon Sep 17 00:00:00 2001 From: alexdewar <23149834+alexdewar@users.noreply.github.com> Date: Mon, 30 Mar 2026 00:32:45 +0000 Subject: [PATCH] chore: update pre-commit hooks --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7340d100..d5db6fb7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,7 @@ repos: - id: trailing-whitespace - id: end-of-file-fixer - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.37.0 + rev: 0.37.1 hooks: - id: check-dependabot - id: check-github-actions @@ -53,7 +53,7 @@ repos: - id: clippy args: ["--all-targets", "--", "-D", "warnings"] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.7 + rev: v0.15.8 hooks: - id: ruff-check types_or: [python]