Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repos:
# Python
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.12.8
rev: v0.13.1
hooks:
- id: ruff
args: ["--fix"]
Expand All @@ -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
Expand Down
1 change: 1 addition & 0 deletions tests/devel_test_lazy_ali_ehpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'})
Expand Down
1 change: 1 addition & 0 deletions tests/devel_test_shell.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"})
Expand Down
1 change: 1 addition & 0 deletions tests/devel_test_ssh_ali_ehpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading