spud/bootstrap.sh

9 lines
163 B
Bash
Raw Permalink Normal View History

#!/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