Skip to content

Commit 710b8ab

Browse files
committed
Bump pre-commit hooks
All code changes in this PR were created automatically with pre-commit hooks.
1 parent 789eec5 commit 710b8ab

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repos:
88
exclude: examples/|testing/tests/.*\.sh
99

1010
- repo: https://github.com/maxwinterstein/shfmt-py
11-
rev: v3.7.0.1
11+
rev: v3.11.0.2
1212
hooks:
1313
- id: shfmt
1414
exclude: examples/t6.sh
@@ -23,7 +23,7 @@ repos:
2323
exclude: ^testing/Baseline|examples/.*Baseline.*
2424

2525
- repo: https://github.com/astral-sh/ruff-pre-commit
26-
rev: v0.8.1
26+
rev: v0.11.6
2727
hooks:
2828
- id: ruff
2929
args: [--fix]

btest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ class TestManager(mp_managers.SyncManager):
496496
# zeek processes, but runner processes executing individual test commands.
497497
for i in range(Options.threads):
498498
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)
500500
)
501501
t.start()
502502
threads += [t]

0 commit comments

Comments
 (0)