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 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 = (