mirror of
https://github.com/gsi-upm/senpy
synced 2024-10-31 23:41:41 +00:00
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
|