You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pin pre-commit hook revisions to immutable commits (#1644)
## What's changing
Replace non-commit `rev:` values in `.pre-commit-config.yaml` with the
exact commit those refs resolve to today.
## Why
Tags and branch names can be retargeted upstream; pinning to immutable
commits keeps the selected code the same over time.
Co-authored-by: Codex <noreply@openai.com>
0 commit comments