Skip to content

Commit 03f1f72

Browse files
committed
Fix.
1 parent 2b867dd commit 03f1f72

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

.readthedocs.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ sphinx:
77
build:
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

pyproject.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff 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 = [
174174
unused-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]
180184
unused-ignore-comment = "ignore"

0 commit comments

Comments
 (0)