chore: 缓存目录移到 tmp/,更新 AGENTS.md 引用\n\n- pyproject.toml 配置 pytest/ruff 缓存到 ../../tmp/\n- AGENTS.md 中 workspace CLAUDE.md 引用改为 AGENTS.md

This commit is contained in:
Zhengshou Lai
2026-07-19 11:39:12 +08:00
parent b7749a9b06
commit ce2d0ac5b0
2 changed files with 6 additions and 2 deletions
+4
View File
@@ -22,10 +22,14 @@ dev = ["pytest>=8.0"]
[tool.pytest.ini_options]
testpaths = ["tests"]
python_files = ["test_*.py"]
cache_dir = "../../tmp/.pytest_cache"
[tool.hatch.build.targets.wheel]
packages = ["mytoolkit"]
[tool.ruff]
cache-dir = "../../tmp/.ruff_cache"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"