From c5d99cb23b34c52862bd0f1032397e3c98ad50d7 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 22:23:09 +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.1](https://github.com/astral-sh/ruff-pre-commit/compare/v0.12.8...v0.14.1) - [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..407c058a 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.1 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 964ad43fad5a96d52071ef309a0d510b3f59eee8 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 22:23:44 +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: