mirror of
https://github.com/gsi-upm/senpy
synced 2024-11-10 19:12:28 +00:00
982baa04cf
git-subtree-dir: .makefiles git-subtree-mainline:c52a894017
git-subtree-split:a75ba6994d
6 lines
155 B
Makefile
6 lines
155 B
Makefile
init: ## Init pre-commit hooks (i.e. enforcing format checking before allowing a commit)
|
|
pip install --user pre-commit
|
|
pre-commit install
|
|
|
|
.PHONY:: init
|