Skip to content
Snippets Groups Projects
Commit b4986c77 authored by Stéphane Diemer's avatar Stéphane Diemer
Browse files

Do not exit on pre-commit hook link creation failure

parent 857a2f9b
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@ install: venv
install-dev: install
$(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/ || echo "Failed to create pre-commit link"
.PHONY: lint
## lint: Run linters on the project
......
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