Install pre-commit hooks
Git hook scripts are useful for identifying simple issues before commiting changes.
Install pre-commit first, one-liner for Arch users:
sudo pacman -S python-pre-commit
Then install git hook scripts:
make git-hooks
Git hook scripts are useful for identifying simple issues before commiting changes.
Install pre-commit first, one-liner for Arch users:
sudo pacman -S python-pre-commit
Then install git hook scripts:
make git-hooks