diff --git a/.githooks/pre-commit b/.githooks/pre-commit deleted file mode 100755 index ef67eaa37..000000000 --- a/.githooks/pre-commit +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh - -added_files=$(git diff --name-only --cached --diff-filter=d) - -make format -git add ${added_files} \ No newline at end of file diff --git a/Makefile b/Makefile index 7f0f998ae..4de68111b 100644 --- a/Makefile +++ b/Makefile @@ -3,10 +3,6 @@ all: help init: - @echo 'Installing pre-commit hooks' - git config core.hooksPath .githooks - @echo 'Making pre-commit hook executable' - chmod +x .githooks/pre-commit @echo 'Installing backend dependencies' make install_backend @echo 'Installing frontend dependencies'