Finish forge.marvin8.zone migration (stage 2) and bump dependencies #25
Loading…
Reference in a new issue
No description provided.
Delete branch "chore/stage2-migration"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Stage-2 migration cleanup for sub2pod:
CI runner references were already on zhuiri/suanni; no container/registry publishing applies (no Containerfile).
WuMing
Found 4 issue(s). See inline comments below.
@ -12,3 +12,3 @@- repo: https://github.com/astral-sh/ruff-pre-commitrev: v0.16.1rev: v0.16.2config [MEDIUM]
Pre-commit ruff rev is pinned to v0.16.2, but uv.lock/pylock.toml resolved ruff to 0.16.3. This means pre-commit and
uv run ruffmay use different versions; update the rev to v0.16.3 or otherwise align the exact versions.@ -22,3 +22,3 @@- repo: https://github.com/astral-sh/ty-pre-commitrev: v0.0.69rev: v0.0.70config [MEDIUM]
Pre-commit ty rev is pinned to v0.0.70, but uv.lock/pylock.toml resolved ty to 0.0.72. Update the rev to v0.0.72 so pre-commit and the locked dev environment use the same ty version.
@ -27,3 +27,3 @@- repo: https://github.com/astral-sh/uv-pre-commitrev: 0.12.2rev: 0.12.3config [MEDIUM]
Pre-commit uv rev is pinned to 0.12.3, but uv.lock/pylock.toml resolved uv to 0.12.5. Update the rev to 0.12.5 so the uv-pre-commit hooks operate on the same uv version that generated the lockfile.
@ -39,3 +39,3 @@- repo: https://github.com/rohaquinlop/complexipy-pre-commitrev: v5.1.0 # Use the latest versionrev: v7.0.0 # Use the latest versionconfig [MEDIUM]
Pre-commit complexipy rev is pinned to v7.0.0, but uv.lock/pylock.toml resolved complexipy to 7.0.1. Update the rev to v7.0.1 (if the complexipy-pre-commit repo publishes that tag) so the hook and the locked dev dependency versions match.
🔴 Not actioned — pre-commit revs intentionally match the
~=spec.pre-commit-config.yamlline 14 ·.pre-commit-config.yamlline 24 ·.pre-commit-config.yamlline 29 ·.pre-commit-config.yamlline 41Declined: the pre-commit
rev:matches the~=spec chosen at bump time. The lock's newer patch is still inside zaojun's 7-day supply-chain quarantine, so bumping the rev up would adopt a quarantined version. Per AGENTS.md: "uv sync may resolve a newer patch within the~=range — that is fine… the pre-commit rev does not need to match the installed version exactly."