Now I should run next in every new repo:
$ pre-commit install-hooks
$ pre-commit install --install-hooks --hook-type commit-msg
Maybe can be more pretty have something like
$ pre-commit install --install-hooks --all
# OR
$ pre-commit install --install-hooks --hook-type pre-commit,commit-msg
Now I should run next in every new repo:
Maybe can be more pretty have something like