From 454fb673f1d648e37291461e7dc8f1ba64e56f94 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 20:11:35 +0000 Subject: [PATCH 1/2] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.8 → v0.14.2](https://github.com/astral-sh/ruff-pre-commit/compare/v0.12.8...v0.14.2) - [github.com/asottile/blacken-docs: 1.19.1 → 1.20.0](https://github.com/asottile/blacken-docs/compare/1.19.1...1.20.0) --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d62fb5e4..9a074146 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,7 +18,7 @@ repos: # Python - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.12.8 + rev: v0.14.2 hooks: - id: ruff args: ["--fix"] @@ -31,7 +31,7 @@ repos: args: ["--write"] # Python inside docs - repo: https://github.com/asottile/blacken-docs - rev: 1.19.1 + rev: 1.20.0 hooks: - id: blacken-docs # markdown, yaml From 07e7526f39939eec075f828a4ba47e39bbbb0666 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 20:12:06 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tests/devel_test_lazy_ali_ehpc.py | 1 + tests/devel_test_shell.py | 1 + tests/devel_test_ssh_ali_ehpc.py | 1 + 3 files changed, 3 insertions(+) diff --git a/tests/devel_test_lazy_ali_ehpc.py b/tests/devel_test_lazy_ali_ehpc.py index e4201a75..f9d8fae6 100755 --- a/tests/devel_test_lazy_ali_ehpc.py +++ b/tests/devel_test_lazy_ali_ehpc.py @@ -5,6 +5,7 @@ from dpdispatcher.lazy_local_context import LazyLocalContext from dpdispatcher.pbs import PBS + from dpdispatcher.submission import Resources, Submission, Task # local_session = LocalSession({'work_path':'temp2'}) diff --git a/tests/devel_test_shell.py b/tests/devel_test_shell.py index 377cae5f..7b40549b 100755 --- a/tests/devel_test_shell.py +++ b/tests/devel_test_shell.py @@ -7,6 +7,7 @@ # from dpdispatcher.pbs import PBS from dpdispatcher.shell import Shell + from dpdispatcher.submission import Resources, Submission, Task local_session = LocalSession({"work_path": "temp2"}) diff --git a/tests/devel_test_ssh_ali_ehpc.py b/tests/devel_test_ssh_ali_ehpc.py index 8f731b80..a23e173a 100755 --- a/tests/devel_test_ssh_ali_ehpc.py +++ b/tests/devel_test_ssh_ali_ehpc.py @@ -10,6 +10,7 @@ # from dpdispatcher.batch import Batch # from dpdispatcher.pbs import PBS from dpdispatcher.batch_object import BatchObject + from dpdispatcher.submission import Resources, Submission, Task with open("ssh_machine.json") as f: