Skip to content

Commit 36a9fec

Browse files
[pre-commit.ci] pre-commit autoupdate (#134)
<!--pre-commit.ci start--> updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.6.2 → v0.11.0](astral-sh/ruff-pre-commit@v0.6.2...v0.11.0) <!--pre-commit.ci end--> --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 34df6b6 commit 36a9fec

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.6.0
3+
rev: v5.0.0
44
hooks:
55
- id: check-yaml
66
- id: end-of-file-fixer
@@ -11,7 +11,7 @@ repos:
1111
args: ["--maxkb=2000"]
1212

1313
- repo: https://github.com/astral-sh/ruff-pre-commit
14-
rev: v0.6.2
14+
rev: v0.11.0
1515
hooks:
1616
- id: ruff
1717
types_or: [python, pyi, jupyter]

runner/run_benchmarks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ def main(
285285
else:
286286
format = "lp"
287287
benchmark_path = (
288-
benchmarks_folder / f'{benchmark_name}-{instance["Name"]}.{format}'
288+
benchmarks_folder / f"{benchmark_name}-{instance['Name']}.{format}"
289289
)
290290
download_file_from_google_drive(instance["URL"], benchmark_path)
291291

0 commit comments

Comments
 (0)