blogue/bootstrap.sh

11 lines
131 B
Bash
Raw Normal View History

2024-10-28 00:30:28 +00:00
#!/bin/bash
if [[ -z $(command -v uv) ]]; then
echo "Requires uv."
exit 1
fi
uv pip install .
uv run pre-commit install