File tree 5 files changed +7
-6
lines changed
5 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 33
33
python-version : ${{ matrix.python-version }}
34
34
cache : pip
35
35
allow-prereleases : true
36
- - run : pip install tox
36
+ - run : pip install tox-uv
37
37
38
38
- if : matrix.os == 'ubuntu-latest'
39
39
run : |
Original file line number Diff line number Diff line change 37
37
run : python scripts/update_plugin_list.py
38
38
39
39
- name : Create Pull Request
40
- uses : peter-evans/create-pull-request@a4f52f8033a6168103c2538976c07b467e8163bc
40
+ uses : peter-evans/create-pull-request@70a41aba780001da0a30141984ae2a0c95d8704e
41
41
with :
42
42
commit-message : ' [automated] Update plugin list'
43
43
author :
' Tobias Raabe <[email protected] >'
Original file line number Diff line number Diff line change 33
33
hooks :
34
34
- id : sort-all
35
35
- repo : https://github.com/astral-sh/ruff-pre-commit
36
- rev : v0.3.2
36
+ rev : v0.3.5
37
37
hooks :
38
38
- id : ruff-format
39
39
- id : ruff
78
78
]
79
79
files : (docs/.)
80
80
- repo : https://github.com/nbQA-dev/nbQA
81
- rev : 1.8.4
81
+ rev : 1.8.5
82
82
hooks :
83
83
- id : nbqa-mypy
84
84
args : [--ignore-missing-imports]
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ releases are available on [PyPI](https://pypi.org/project/pytask) and
18
18
- {pull}` 555 ` uses new-style hook wrappers and requires pluggy 1.3 for typing.
19
19
- {pull}` 557 ` fixes an issue with ` @task(after=...) ` in notebooks and terminals.
20
20
- {pull}` 566 ` makes universal-pathlib an official dependency.
21
+ - {pull}` 567 ` adds uv to the CI workflow for faster installation.
21
22
- {pull}` 568 ` restricts ` task_files ` to a list of patterns and raises a better error.
22
23
- {pull}` 569 ` removes the hooks related to the creation of the DAG.
23
24
- {pull}` 571 ` removes redundant calls to ` PNode.state() ` which causes a high penalty for
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ dependencies:
21
21
- sqlalchemy >=2
22
22
- tomli >=1.0.0
23
23
- typing_extensions
24
- - universal_pathlib
24
+ - universal_pathlib >=0.2.2
25
25
26
26
# Misc
27
27
- deepdiff
@@ -36,7 +36,7 @@ dependencies:
36
36
- ruff
37
37
- syrupy
38
38
- tabulate
39
- - tox
39
+ - tox-uv
40
40
41
41
# Documentation
42
42
- furo
You can’t perform that action at this time.
0 commit comments