Skip to content

Commit a4ed617

Browse files
committed
Fix typing.
1 parent 4d58db1 commit a4ed617

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ unused-ignore-comment = "error"
177177
include = [
178178
"src/_pytask/_version.py",
179179
"src/_pytask/click.py",
180-
"src/_pytask/dag_command.py",
180+
"tests/test_dag_command.py",
181181
]
182182

183183
[tool.ty.overrides.rules]

0 commit comments

Comments
 (0)