From 644a921b7e2c8138f512eb10e4e438276de9e2c5 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 18:39:52 +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/pre-commit/pre-commit-hooks.git: v5.0.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks.git/compare/v5.0.0...v6.0.0) - [github.com/PyCQA/isort.git: 6.0.1 → 9.0.0b1](https://github.com/PyCQA/isort.git/compare/6.0.1...9.0.0b1) - [github.com/pre-commit/mirrors-mypy: v1.16.1 → v2.3.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.16.1...v2.3.0) --- .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 b1d4348..d5bff78 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ ci: skip: [detect-aws-credentials, pylint] repos: - repo: https://github.com/pre-commit/pre-commit-hooks.git - rev: v5.0.0 + rev: v6.0.0 hooks: - id: check-added-large-files args: [--maxkb=100] @@ -27,7 +27,7 @@ repos: args: ["--license=Apache License 2.0", "--owner=Intel Corporation"] - id: sigoptlint-python - repo: https://github.com/PyCQA/isort.git - rev: "6.0.1" + rev: "9.0.0b1" hooks: - id: isort - repo: https://github.com/sigopt/black.git @@ -39,7 +39,7 @@ repos: hooks: - id: flake8 - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.16.1" + rev: "v2.3.0" hooks: - id: mypy entry: mypy