mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-03-29 18:16:52 +00:00
Merge pull request #238 from pre-commit/line_endings_entry
Fix mixed-line-endings entrypoint
This commit is contained in:
commit
9c62866ae0
1 changed files with 1 additions and 1 deletions
2
setup.py
2
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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue