add pre-commit hook for checking for talkative/verbose cURL commands in any file type

This commit is contained in:
Brian de Buiteach 2020-06-01 14:11:55 +01:00
parent f0bf512dbb
commit ce1c73b3a6
5 changed files with 140 additions and 0 deletions

View file

@ -45,6 +45,7 @@ console_scripts =
debug-statement-hook = pre_commit_hooks.debug_statement_hook:main
detect-aws-credentials = pre_commit_hooks.detect_aws_credentials:main
detect-private-key = pre_commit_hooks.detect_private_key:main
detect-verbose-curl = pre_commit_hooks.detect_verbose_curl: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