We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7be63b1 + e06b5a5 commit fa84bb1Copy full SHA for fa84bb1
3 files changed
.pre-commit-config.yaml
@@ -25,12 +25,12 @@ repos:
25
- id: python-no-log-warn
26
- id: text-unicode-replacement-char
27
- repo: https://github.com/astral-sh/ruff-pre-commit
28
- rev: v0.15.8
+ rev: v0.15.10
29
hooks:
30
- id: ruff-format
31
- id: ruff-check
32
- repo: https://github.com/astral-sh/uv-pre-commit
33
- rev: 0.11.2
+ rev: 0.11.6
34
35
- id: uv-lock
36
- repo: https://github.com/executablebooks/mdformat
src/_pytask/session.py
@@ -37,8 +37,8 @@ class Session:
37
Holds all hooks collected by pytask.
38
tasks
39
List of collected tasks.
40
- dag_reports
41
- Reports for resolving dependencies failed.
+ dag_report
+ Report for failed dependency resolution.
42
execution_reports
43
Reports for executed tasks.
44
n_tasks_failed
0 commit comments