File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77build :
88 os : ubuntu-24.04
99 tools :
10- python : " 3.12"
10+ python : " 3.13"
11+ rust : " 1.86"
1112 jobs :
1213 pre_create_environment :
1314 - asdf plugin add uv
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ test = [
7474 " pytest-cov>=5.0.0" ,
7575 " pytest-xdist>=3.6.1" ,
7676 " syrupy>=4.5.0" ,
77- " aiohttp>=3.11.0" , # For HTTPPath tests.
77+ " aiohttp>=3.11.0" , # For HTTPPath tests.
7878 " coiled>=1.42.0" ,
7979 " pygraphviz>=1.12;platform_system=='Linux'" ,
8080]
@@ -174,7 +174,11 @@ filterwarnings = [
174174unused-ignore-comment = " error"
175175
176176[[tool .ty .overrides ]]
177- include = [" src/_pytask/_version.py" , " src/_pytask/click.py" ]
177+ include = [
178+ " src/_pytask/_version.py" ,
179+ " src/_pytask/click.py" ,
180+ " src/_pytask/dag_command.py" ,
181+ ]
178182
179183[tool .ty .overrides .rules ]
180184unused-ignore-comment = " ignore"
You can’t perform that action at this time.
0 commit comments