From 4bccd6589b3bd4caeb6dd8bf2f1b5c107ddec992 Mon Sep 17 00:00:00 2001 From: Kieran R Prasch Date: Wed, 27 Jun 2018 15:33:15 -0700 Subject: [PATCH] remove pipenv hook installation --- Pipfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Pipfile b/Pipfile index 47e5da17a..eaf3a06e5 100644 --- a/Pipfile +++ b/Pipfile @@ -41,4 +41,3 @@ allow_prereleases = true [scripts] install_solc = "scripts/install_solc.sh" -install_circle_commit_hook = "cp -i scripts/validate_config.sh .git/hooks/pre-commit"