Skip to content

Commit 52c6036

Browse files
chore: allow commit hook install to fail in case they are installed
1 parent 3c1ac70 commit 52c6036

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ set -e
44
cd "$(dirname "$0")/.."
55

66
uv sync --dev --all-extras
7-
uv run pre-commit install --install-hooks
7+
uv run pre-commit install --install-hooks || true

0 commit comments

Comments
 (0)