File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8
8
exclude : examples/|testing/tests/.*\.sh
9
9
10
10
- repo : https://github.com/maxwinterstein/shfmt-py
11
- rev : v3.7 .0.1
11
+ rev : v3.11 .0.2
12
12
hooks :
13
13
- id : shfmt
14
14
exclude : examples/t6.sh
23
23
exclude : ^testing/Baseline|examples/.*Baseline.*
24
24
25
25
- repo : https://github.com/astral-sh/ruff-pre-commit
26
- rev : v0.8.1
26
+ rev : v0.11.6
27
27
hooks :
28
28
- id : ruff
29
29
args : [--fix]
Original file line number Diff line number Diff line change @@ -496,7 +496,7 @@ class TestManager(mp_managers.SyncManager):
496
496
# zeek processes, but runner processes executing individual test commands.
497
497
for i in range (Options .threads ):
498
498
t = mp .Process (
499
- name = f"#{ i + 1 } " , target = lambda : self .threadRun (i , mgr_data )
499
+ name = f"#{ i + 1 } " , target = lambda : self .threadRun (i , mgr_data )
500
500
)
501
501
t .start ()
502
502
threads += [t ]
You can’t perform that action at this time.
0 commit comments