Skip to content

Commit acf7e6c

Browse files
mcgrew-oaicodex
andcommitted
Pin pre-commit hook revisions to immutable commits
Co-authored-by: Codex <noreply@openai.com>
1 parent 8ea5c65 commit acf7e6c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ default_stages: [pre-commit, pre-push]
22

33
repos:
44
- repo: https://github.com/astral-sh/ruff-pre-commit
5-
rev: v0.9.2
5+
rev: 73413df07b4ab0bf103ca1ae73c7cec5c0ace593 # pinned from v0.9.2
66
hooks:
77
# black-compatible formatter, Runs first so later lint hooks see the formatted code
88
# picks up config from [tool.ruff] in pyproject.toml
@@ -29,7 +29,7 @@ repos:
2929

3030
- repo: https://github.com/astral-sh/uv-pre-commit
3131
# uv version.
32-
rev: 0.6.14
32+
rev: 3ed2640a6d0df495ffe343ee0beb77a80c73a3ae # pinned from 0.6.14
3333
hooks:
3434
- id: uv-lock
3535
name: uv-lock-paperbench

0 commit comments

Comments
 (0)