fix poe check (#4686)

This commit is contained in:
peterychang
2024-12-12 14:37:57 -05:00
committed by GitHub
parent dec4c45cec
commit 021a2cc3aa

View File

@@ -27,5 +27,5 @@ include = ["src"]
include = "../../shared_tasks.toml"
[tool.poe.tasks]
mypy = "mypy --config-file $POE_ROOT/../../pyproject.toml src"
test = "true"