12 lines
249 B
Plaintext
12 lines
249 B
Plaintext
|
|
---
|
||
|
|
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.
|