From 983a099f8da2730d5b9c2a0ab06abc6d5554d389 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:40:05 +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/bandit.git: 1.7.10 → 1.9.4](https://github.com/PyCQA/bandit.git/compare/1.7.10...1.9.4) - [github.com/PyCQA/isort.git: 5.13.2 → 9.0.0b1](https://github.com/PyCQA/isort.git/compare/5.13.2...9.0.0b1) - [github.com/pycqa/flake8.git: 7.1.1 → 7.3.0](https://github.com/pycqa/flake8.git/compare/7.1.1...7.3.0) - [github.com/pre-commit/mirrors-mypy: v1.13.0 → v2.3.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.13.0...v2.3.0) --- .pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2eec595..8ea966a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ ci: skip: [detect-aws-credentials, eslint, pylint] repos: - repo: https://github.com/pre-commit/pre-commit-hooks.git - rev: v5.0.0 + rev: v6.0.0 hooks: - id: no-commit-to-branch args: [--branch=main] @@ -21,7 +21,7 @@ repos: - id: requirements-txt-fixer - id: trailing-whitespace - repo: https://github.com/PyCQA/bandit.git - rev: "1.7.10" + rev: "1.9.4" hooks: - id: bandit args: [-q, -c, pyproject.toml] @@ -33,7 +33,7 @@ repos: args: ["--license=Apache License 2.0", "--owner=Intel Corporation"] - id: sigoptlint-python - repo: https://github.com/PyCQA/isort.git - rev: "5.13.2" + rev: "9.0.0b1" hooks: - id: isort - repo: https://github.com/sigopt/black.git @@ -41,11 +41,11 @@ repos: hooks: - id: black - repo: https://github.com/pycqa/flake8.git - rev: 7.1.1 + rev: 7.3.0 hooks: - id: flake8 - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.13.0" + rev: "v2.3.0" hooks: - id: mypy additional_dependencies: