Add entry point

This commit is contained in:
cyyc1 2022-10-05 20:43:21 -07:00
parent e49feed735
commit 3df7b7ac8e

View file

@ -50,6 +50,7 @@ console_scripts =
detect-aws-credentials = pre_commit_hooks.detect_aws_credentials: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-jupyter-notebooks = pre_commit_hooks.string_fixer_for_jupyter_notebooks:main
end-of-file-fixer = pre_commit_hooks.end_of_file_fixer:main
file-contents-sorter = pre_commit_hooks.file_contents_sorter:main
fix-byte-order-marker = pre_commit_hooks.fix_byte_order_marker:main