From ab24a693839e9be4e88f6f76157cd278d08db43f 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 21:19:41 +0000 Subject: [PATCH 1/2] [pre-commit.ci] pre-commit weekly autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/pycqa/isort: 5.13.2 → 8.0.0](https://github.com/pycqa/isort/compare/5.13.2...8.0.0) - [github.com/psf/black-pre-commit-mirror: 24.3.0 → 26.1.0](https://github.com/psf/black-pre-commit-mirror/compare/24.3.0...26.1.0) --- .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 bb64e4cd8..899aae8fd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,13 +5,13 @@ ci: repos: - repo: https://github.com/pycqa/isort - rev: 5.13.2 + rev: 8.0.0 hooks: - id: isort args: ["--profile", "black", "--filter-files", "buildtest", "tests", "docs"] - repo: https://github.com/psf/black-pre-commit-mirror - rev: '24.3.0' + rev: '26.1.0' hooks: - id: black language_version: python3 From 50a7e3a6960dccc529b70090bd633ff95588a44d 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 21:19:53 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- buildtest/tools/cpu.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildtest/tools/cpu.py b/buildtest/tools/cpu.py index b12e751f3..3d5d9b362 100644 --- a/buildtest/tools/cpu.py +++ b/buildtest/tools/cpu.py @@ -180,7 +180,7 @@ def _sysfs_topo(): cpuinfo["topology"]["cores"] = sorted(list(cores)) cpuinfo["topology"]["caches"] = [] for cache_type, cpusets in caches.items(): - (cache_level, cache_size, cache_linesize, cache_associativity, num_cpus) = ( + cache_level, cache_size, cache_linesize, cache_associativity, num_cpus = ( cache_type ) c = {