chore: 缓存目录移到 tmp/,更新 AGENTS.md 引用\n\n- pyproject.toml 配置 pytest/ruff 缓存到 ../../tmp/\n- AGENTS.md 中 workspace CLAUDE.md 引用改为 AGENTS.md
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user