mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-04 19:26:52 +00:00
Add necessary code to support it
This commit is contained in:
parent
425727ef9d
commit
71965f1383
4 changed files with 10 additions and 0 deletions
|
|
@ -49,6 +49,7 @@ console_scripts =
|
|||
destroyed-symlinks = pre_commit_hooks.destroyed_symlinks:main
|
||||
detect-aws-credentials = pre_commit_hooks.detect_aws_credentials:main
|
||||
detect-private-key = pre_commit_hooks.detect_private_key:main
|
||||
detect-web3-private-key = pre_commit_hooks.detect_web3_private_key:main
|
||||
double-quote-string-fixer = pre_commit_hooks.string_fixer:main
|
||||
end-of-file-fixer = pre_commit_hooks.end_of_file_fixer:main
|
||||
file-contents-sorter = pre_commit_hooks.file_contents_sorter:main
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue