This commit is contained in:
Dan Saunders
2025-08-29 22:03:38 -04:00
parent 400120af2d
commit e888e38ce7
7 changed files with 27 additions and 27 deletions

View File

@@ -26,7 +26,7 @@ jobs:
- name: Update pre-commit hooks
id: update
run: |
uv pip install pre-commit
uv pip --system install pre-commit
pre-commit autoupdate
if [[ -n $(git status --porcelain) ]]; then
echo "changes=true" >> $GITHUB_OUTPUT