mirror of
https://github.com/vectorize-io/hindsight.git
synced 2026-09-14 19:31:49 +08:00
6e02a0829f
Run the pre-commit uv sync and workspace uv run commands with --frozen so linting uses the checked-in lockfile without rewriting it during ordinary code changes. This avoids local uv resolver freshness checks producing unrelated uv.lock diffs while preserving explicit dependency update workflows.