Files

12 lines
249 B
Plaintext
Raw Permalink Normal View History

2026-05-12 19:40:31 +09:00
---
description: "Dependency management with uv"
globs:
- "pyproject.toml"
- "uv.lock"
alwaysApply: false
---
# Dependency Management
- Pin versions in `pyproject.toml` for reproducibility.
- Run `uv pip check` to validate the dependency tree.