chore: add pysnooper dev dependency and update configs

1. add pysnooper>=1.2.3 to dev dependencies in pyproject.toml and uv.lock
2. update type hints in task.py from Iterator to Generator
3. add more PyPI mirrors and update envdev.py comments and checks
4. fix trailing whitespace in executors.py
This commit is contained in:
2026-06-27 19:35:11 +08:00
parent 2a1f2f7175
commit 22f8d2110d
5 changed files with 39 additions and 14 deletions
+4 -1
View File
@@ -93,7 +93,10 @@ packages = ["src/pyflowx"]
pyflowx = { workspace = true }
[dependency-groups]
dev = ["pyflowx[dev,office,llm]"]
dev = [
"pyflowx[dev,office,llm]",
"pysnooper>=1.2.3",
]
[tool.coverage.run]
branch = true