Skip to content

Commit f6780b9

Browse files
committed
Fix trailing-whitespace entrypoint
1 parent 1b12723 commit f6780b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
'pretty-format-json = pre_commit_hooks.pretty_format_json:pretty_format_json',
6161
'requirements-txt-fixer = pre_commit_hooks.requirements_txt_fixer:fix_requirements_txt',
6262
'sort-simple-yaml = pre_commit_hooks.sort_simple_yaml:main',
63-
'trailing-whitespace-fixer = pre_commit_hooks.trailing_whitespace_fixer:fix_trailing_whitespace',
63+
'trailing-whitespace-fixer = pre_commit_hooks.trailing_whitespace_fixer:main',
6464
],
6565
},
6666
)

0 commit comments

Comments
 (0)