From b85d8a555639364d73f8d043f3ea0b6f533f6514 Mon Sep 17 00:00:00 2001 From: Bobby Rullo Date: Thu, 21 Jun 2018 16:04:22 -0700 Subject: [PATCH] fix setup --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d59ca7e..50f2f83 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ setup( 'check-case-conflict = pre_commit_hooks.check_case_conflict:main', 'check-docstring-first = pre_commit_hooks.check_docstring_first:main', 'check-executables-have-shebangs = pre_commit_hooks.check_executables_have_shebangs:main', - 'check-json = pre_commit_check.hooks_json:check_json', + 'check-json = pre_commit_hooks.check_json:check_json', 'check-merge-conflict = pre_commit_hooks.check_merge_conflict:detect_merge_conflict', 'check-symlinks = pre_commit_hooks.check_symlinks:check_symlinks', 'check-vcs-permalinks = pre_commit_hooks.check_vcs_permalinks:main',