We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 08a643e + 54ec15f commit 9c62866Copy full SHA for 9c62866
setup.py
@@ -53,7 +53,7 @@
53
'file-contents-sorter = pre_commit_hooks.file_contents_sorter:main',
54
'fix-encoding-pragma = pre_commit_hooks.fix_encoding_pragma:main',
55
'forbid-new-submodules = pre_commit_hooks.forbid_new_submodules:main',
56
- 'mixed-line-ending = pre_commit_hooks.mixed_line_ending:mixed_line_ending',
+ 'mixed-line-ending = pre_commit_hooks.mixed_line_ending:main',
57
'name-tests-test = pre_commit_hooks.tests_should_end_in_test:validate_files',
58
'no-commit-to-branch = pre_commit_hooks.no_commit_to_branch:main',
59
'pretty-format-json = pre_commit_hooks.pretty_format_json:pretty_format_json',
0 commit comments