From 24ca4fbcd2e0add9dd775484a92d75139282e38a Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 21:36:43 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/astral-sh/ruff-pre-commit: 6fec9b7edb08fd9989088709d864a7826dc74e80 → c59bba8fb259db0fec2bbb77ad8ba51ea7341b56](https://github.com/astral-sh/ruff-pre-commit/compare/6fec9b7edb08fd9989088709d864a7826dc74e80...c59bba8fb259db0fec2bbb77ad8ba51ea7341b56) - [github.com/pre-commit/mirrors-mypy: 9f70dc58c23dfcca1b97af99eaeee3140a807c7e → d2823d321df3af8f878f7ee3414dc94d037145b9](https://github.com/pre-commit/mirrors-mypy/compare/9f70dc58c23dfcca1b97af99eaeee3140a807c7e...d2823d321df3af8f878f7ee3414dc94d037145b9) - [github.com/python-jsonschema/check-jsonschema: 943377262562a12b57292fc98fabd7dbf81451fe → 1a4bb160cab6417b3045e1b37b6b72449243e658](https://github.com/python-jsonschema/check-jsonschema/compare/943377262562a12b57292fc98fabd7dbf81451fe...1a4bb160cab6417b3045e1b37b6b72449243e658) --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c9b572903..77e33a0ea 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,14 +4,14 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 6fec9b7edb08fd9989088709d864a7826dc74e80 # frozen: v0.15.12 + rev: c59bba8fb259db0fec2bbb77ad8ba51ea7341b56 # frozen: v0.15.20 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] - id: ruff-format # 1.18.2 is the last mypy version compatible with Python 3.9 - repo: https://github.com/pre-commit/mirrors-mypy - rev: 9f70dc58c23dfcca1b97af99eaeee3140a807c7e # frozen: v1.18.2 + rev: d2823d321df3af8f878f7ee3414dc94d037145b9 # frozen: v2.1.0 hooks: - id: mypy args: [ @@ -104,7 +104,7 @@ repos: # 'git diff --staged', i.e. always passes in pre-push/manual stage. stages: [pre-commit] - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 943377262562a12b57292fc98fabd7dbf81451fe # frozen: 0.37.2 + rev: 1a4bb160cab6417b3045e1b37b6b72449243e658 # frozen: 0.37.4 hooks: - id: check-github-workflows args: ["--verbose"]