From 54ec15fa8985a1eb8782643d84afba7e1506536f Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Tue, 19 Sep 2017 10:14:14 -0700 Subject: [PATCH] Fix mixed-line-endings entrypoint --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index db6218d..34c510f 100644 --- a/setup.py +++ b/setup.py @@ -53,7 +53,7 @@ setup( 'file-contents-sorter = pre_commit_hooks.file_contents_sorter:main', 'fix-encoding-pragma = pre_commit_hooks.fix_encoding_pragma:main', 'forbid-new-submodules = pre_commit_hooks.forbid_new_submodules:main', - 'mixed-line-ending = pre_commit_hooks.mixed_line_ending:mixed_line_ending', + 'mixed-line-ending = pre_commit_hooks.mixed_line_ending:main', 'name-tests-test = pre_commit_hooks.tests_should_end_in_test:validate_files', 'no-commit-to-branch = pre_commit_hooks.no_commit_to_branch:main', 'pretty-format-json = pre_commit_hooks.pretty_format_json:pretty_format_json',