mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-09 04:54:16 +00:00
Add detect_secret_token
This commit is contained in:
parent
8ef58bed01
commit
d4eb9ec4d7
5 changed files with 87 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-secret-token = pre_commit_hooks.detect_secret_token: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