From 8097bf52ed0e20e3d064309de80af304bcac1817 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 22:03:50 +0000 Subject: [PATCH 1/2] [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: v0.12.11 → v0.13.3](https://github.com/astral-sh/ruff-pre-commit/compare/v0.12.11...v0.13.3) - [github.com/pre-commit/mirrors-eslint: v9.34.0 → v9.37.0](https://github.com/pre-commit/mirrors-eslint/compare/v9.34.0...v9.37.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 99534167..12ae6fb2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ ci: repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.12.11 + rev: v0.13.3 hooks: - id: ruff args: @@ -44,7 +44,7 @@ repos: - id: check-executables-have-shebangs - id: requirements-txt-fixer - repo: https://github.com/pre-commit/mirrors-eslint - rev: v9.34.0 + rev: v9.37.0 hooks: - id: eslint files: \.[jt]sx?$ # *.js, *.jsx, *.ts and *.tsx From bf1b052721ccdae1afc173c0e498a8faa7b22c3d Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 22:08:29 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- benchmarks/benchmark_result.py | 3 +-- benchmarks/cluster_start.py | 3 ++- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/benchmarks/benchmark_result.py b/benchmarks/benchmark_result.py index c82bb8e8..d66d6274 100644 --- a/benchmarks/benchmark_result.py +++ b/benchmarks/benchmark_result.py @@ -6,9 +6,8 @@ from enum import Enum from itertools import product -from utils import seconds_to_ms - from benchmarks.constants import DEFAULT_NUMBER_OF_ENGINES +from utils import seconds_to_ms RESULTS_DIR = "results" diff --git a/benchmarks/cluster_start.py b/benchmarks/cluster_start.py index de05de97..d5d19b48 100644 --- a/benchmarks/cluster_start.py +++ b/benchmarks/cluster_start.py @@ -3,9 +3,10 @@ import time from subprocess import Popen -import ipyparallel as ipp from benchmarks.throughput import wait_for +import ipyparallel as ipp + def start_cluster(depth, number_of_engines, path='', log_output_to_file=False): ipcontroller_cmd = (