Add uv-pre-commit hooks for dependency management

This commit is contained in:
William Valentin
2025-07-27 13:52:14 -07:00
parent 2a7b0ca89e
commit e6f87e086b

View File

@@ -56,3 +56,12 @@ repos:
args: [--fix]
# Run the formatter.
- id: ruff-format
########################################################
- repo: https://github.com/astral-sh/uv-pre-commit
# uv version.
rev: 0.8.3
hooks:
- id: uv-lock
- id: uv-export
- id: pip-compile
args: [requirements.in, -o, requirements.txt]