Skip to content

Commit 9c62866

Browse files
authored
Merge pull request #238 from pre-commit/line_endings_entry
Fix mixed-line-endings entrypoint
2 parents 08a643e + 54ec15f commit 9c62866

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
@@ -53,7 +53,7 @@
5353
'file-contents-sorter = pre_commit_hooks.file_contents_sorter:main',
5454
'fix-encoding-pragma = pre_commit_hooks.fix_encoding_pragma:main',
5555
'forbid-new-submodules = pre_commit_hooks.forbid_new_submodules:main',
56-
'mixed-line-ending = pre_commit_hooks.mixed_line_ending:mixed_line_ending',
56+
'mixed-line-ending = pre_commit_hooks.mixed_line_ending:main',
5757
'name-tests-test = pre_commit_hooks.tests_should_end_in_test:validate_files',
5858
'no-commit-to-branch = pre_commit_hooks.no_commit_to_branch:main',
5959
'pretty-format-json = pre_commit_hooks.pretty_format_json:pretty_format_json',

0 commit comments

Comments
 (0)