mirror of
https://github.com/gsi-upm/senpy
synced 2024-10-31 23:41:41 +00:00
1a3b8ee703
git-subtree-dir: .makefiles git-subtree-mainline:9c61c18220
git-subtree-split:21ff551769
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
|