Skip to content

Commit 288329d

Browse files
[pre-commit.ci] pre-commit autoupdate (#662)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/psf/black-pre-commit-mirror: 25.9.0 → 25.11.0](psf/black-pre-commit-mirror@25.9.0...25.11.0) - [github.com/astral-sh/ruff-pre-commit: v0.14.3 → v0.14.4](astral-sh/ruff-pre-commit@v0.14.3...v0.14.4) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 482155b commit 288329d

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
@@ -20,13 +20,13 @@ repos:
2020
- id: trailing-whitespace
2121

2222
- repo: https://github.com/psf/black-pre-commit-mirror
23-
rev: "25.9.0"
23+
rev: "25.11.0"
2424
hooks:
2525
- id: black
2626
args: [--preview, --enable-unstable-feature, string_processing]
2727

2828
- repo: https://github.com/astral-sh/ruff-pre-commit
29-
rev: v0.14.3
29+
rev: v0.14.4
3030
hooks:
3131
- id: ruff
3232
args: [--fix, --exit-non-zero-on-fix, --show-fixes]

src/dolphin/workflows/config/_yaml_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def _add_comments(
150150
val = defs[ref_key] # type: ignore[index] # noqa: PLW2901
151151
else:
152152
# The reference is a sub schema, so we need to recurse
153-
sub_schema = defs[ref_key] # type:ignore[index]
153+
sub_schema = defs[ref_key] # type: ignore[index]
154154
# Get the sub-model
155155
sub_loaded_yaml = loaded_yaml[key]
156156
# recurse on the sub-model

0 commit comments

Comments
 (0)