From ab3995b4270dc042078e2257b2c50c9b13e66de2 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 16:41:24 +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/PyCQA/isort: 7.0.0 → 8.0.0](https://github.com/PyCQA/isort/compare/7.0.0...8.0.0) - [github.com/rhysd/actionlint: v1.7.10 → v1.7.11](https://github.com/rhysd/actionlint/compare/v1.7.10...v1.7.11) - [github.com/sirosen/check-jsonschema: 0.36.0 → 0.36.2](https://github.com/sirosen/check-jsonschema/compare/0.36.0...0.36.2) --- .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 12d37bcf6..23e0f90e7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -30,7 +30,7 @@ repos: hooks: - id: sort-all - repo: https://github.com/PyCQA/isort - rev: '7.0.0' + rev: '8.0.0' hooks: - id: isort - repo: https://github.com/psf/black-pre-commit-mirror @@ -71,7 +71,7 @@ repos: - id: flake8 exclude: "^apolo-sdk/docs/" - repo: https://github.com/rhysd/actionlint - rev: v1.7.10 + rev: v1.7.11 hooks: - id: actionlint-docker args: @@ -82,7 +82,7 @@ repos: - -ignore - 'SC1004:' - repo: https://github.com/sirosen/check-jsonschema - rev: 0.36.0 + rev: 0.36.2 hooks: - id: check-github-actions ci: