Skip to content

Commit 0ac55fe

Browse files
authored
Merge pull request #953 from ipython/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents d0ca000 + bf1b052 commit 0ac55fe

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ci:
33

44
repos:
55
- repo: https://github.com/astral-sh/ruff-pre-commit
6-
rev: v0.12.11
6+
rev: v0.13.3
77
hooks:
88
- id: ruff
99
args:
@@ -44,7 +44,7 @@ repos:
4444
- id: check-executables-have-shebangs
4545
- id: requirements-txt-fixer
4646
- repo: https://github.com/pre-commit/mirrors-eslint
47-
rev: v9.34.0
47+
rev: v9.37.0
4848
hooks:
4949
- id: eslint
5050
files: \.[jt]sx?$ # *.js, *.jsx, *.ts and *.tsx

benchmarks/benchmark_result.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@
66
from enum import Enum
77
from itertools import product
88

9-
from utils import seconds_to_ms
10-
119
from benchmarks.constants import DEFAULT_NUMBER_OF_ENGINES
10+
from utils import seconds_to_ms
1211

1312
RESULTS_DIR = "results"
1413

benchmarks/cluster_start.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
import time
44
from subprocess import Popen
55

6-
import ipyparallel as ipp
76
from benchmarks.throughput import wait_for
87

8+
import ipyparallel as ipp
9+
910

1011
def start_cluster(depth, number_of_engines, path='', log_output_to_file=False):
1112
ipcontroller_cmd = (

0 commit comments

Comments
 (0)