mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-09 21:04:17 +00:00
Add entry point
This commit is contained in:
parent
e49feed735
commit
3df7b7ac8e
1 changed files with 1 additions and 0 deletions
|
|
@ -50,6 +50,7 @@ console_scripts =
|
||||||
detect-aws-credentials = pre_commit_hooks.detect_aws_credentials:main
|
detect-aws-credentials = pre_commit_hooks.detect_aws_credentials:main
|
||||||
detect-private-key = pre_commit_hooks.detect_private_key:main
|
detect-private-key = pre_commit_hooks.detect_private_key:main
|
||||||
double-quote-string-fixer = pre_commit_hooks.string_fixer:main
|
double-quote-string-fixer = pre_commit_hooks.string_fixer:main
|
||||||
|
double-quote-string-fixer-jupyter-notebooks = pre_commit_hooks.string_fixer_for_jupyter_notebooks:main
|
||||||
end-of-file-fixer = pre_commit_hooks.end_of_file_fixer:main
|
end-of-file-fixer = pre_commit_hooks.end_of_file_fixer:main
|
||||||
file-contents-sorter = pre_commit_hooks.file_contents_sorter:main
|
file-contents-sorter = pre_commit_hooks.file_contents_sorter:main
|
||||||
fix-byte-order-marker = pre_commit_hooks.fix_byte_order_marker:main
|
fix-byte-order-marker = pre_commit_hooks.fix_byte_order_marker:main
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue