Skip to content
Snippets Groups Projects
Commit a7a6096b authored by Emmanuel Cohen's avatar Emmanuel Cohen
Browse files

WIP: Test .git directory & force hooks creation

parent b54edf19
No related branches found
No related tags found
No related merge requests found
...@@ -43,6 +43,7 @@ install: venv ...@@ -43,6 +43,7 @@ install: venv
## install-dev: Install development requirements ## install-dev: Install development requirements
install-dev: install install-dev: install
$(PIP_BIN) install -r requirements.dev.txt $(PIP_BIN) install -r requirements.dev.txt
[ -d .git/hooks ] || mkdir .git/hooks
ln -sfv .githooks/pre-commit .git/hooks/ ln -sfv .githooks/pre-commit .git/hooks/
.PHONY: lint .PHONY: lint
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment