Skip to content

Commit e06b5a5

Browse files
[pre-commit.ci] pre-commit autoupdate (#848)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Tobias Raabe <raabe@posteo.de>
1 parent 2ea35d0 commit e06b5a5

3 files changed

Lines changed: 22 additions & 22 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ repos:
2525
- id: python-no-log-warn
2626
- id: text-unicode-replacement-char
2727
- repo: https://github.com/astral-sh/ruff-pre-commit
28-
rev: v0.15.8
28+
rev: v0.15.10
2929
hooks:
3030
- id: ruff-format
3131
- id: ruff-check
3232
- repo: https://github.com/astral-sh/uv-pre-commit
33-
rev: 0.11.2
33+
rev: 0.11.6
3434
hooks:
3535
- id: uv-lock
3636
- repo: https://github.com/executablebooks/mdformat

src/_pytask/session.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ class Session:
3737
Holds all hooks collected by pytask.
3838
tasks
3939
List of collected tasks.
40-
dag_reports
41-
Reports for resolving dependencies failed.
40+
dag_report
41+
Report for failed dependency resolution.
4242
execution_reports
4343
Reports for executed tasks.
4444
n_tasks_failed

uv.lock

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)