From f6780b99f619ff8ef7abad760e28563097c80b31 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Wed, 28 Feb 2018 09:13:20 -0800 Subject: [PATCH] Fix trailing-whitespace entrypoint --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index daee309..20b260d 100644 --- a/setup.py +++ b/setup.py @@ -60,7 +60,7 @@ setup( 'pretty-format-json = pre_commit_hooks.pretty_format_json:pretty_format_json', 'requirements-txt-fixer = pre_commit_hooks.requirements_txt_fixer:fix_requirements_txt', 'sort-simple-yaml = pre_commit_hooks.sort_simple_yaml:main', - 'trailing-whitespace-fixer = pre_commit_hooks.trailing_whitespace_fixer:fix_trailing_whitespace', + 'trailing-whitespace-fixer = pre_commit_hooks.trailing_whitespace_fixer:main', ], }, )