spud/bootstrap.sh
2024-11-10 10:25:30 -05:00

8 lines
163 B
Bash
Executable file

#!/bin/bash
if [[ -z "$(command -v pipx)" ]]; then
echo "ERROR: Pre-commit tooling requires pipx to be available."
exit 1
fi
pipx run pre-commit install