Chore: Switches all locations to use prek in place of pre-commit (#12002)

This commit is contained in:
Trenton H
2026-02-05 10:51:23 -08:00
committed by GitHub
parent b8e3b6590e
commit 71663fdbe2
10 changed files with 39 additions and 125 deletions

View File

@@ -211,7 +211,7 @@ jobs:
uv run \
--python ${{ steps.setup-python.outputs.python-version }} \
--dev \
pre-commit run --files changelog.md || true
prek run --files changelog.md || true
git config --global user.name "github-actions"
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"