Closed mstechly closed 5 months ago
As it turns out, if you just run pre-commit install --hook-type commit-msg, it only installs commit-msg, without installing the rest, so this is needed to fix it.
pre-commit install --hook-type commit-msg
commit-msg
As it turns out, if you just run
pre-commit install --hook-type commit-msg
, it only installscommit-msg
, without installing the rest, so this is needed to fix it.