mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-04 19:26:52 +00:00
Merge pull request #43 from campaul/detect_private_key
Detect OpenSSH private keys
This commit is contained in:
commit
9ce45609a9
5 changed files with 64 additions and 0 deletions
1
setup.py
1
setup.py
|
|
@ -45,6 +45,7 @@ setup(
|
|||
'check-xml = pre_commit_hooks.check_xml:check_xml',
|
||||
'check-yaml = pre_commit_hooks.check_yaml:check_yaml',
|
||||
'debug-statement-hook = pre_commit_hooks.debug_statement_hook:debug_statement_hook',
|
||||
'detect-private-key = pre_commit_hooks.detect_private_key:detect_private_key',
|
||||
'end-of-file-fixer = pre_commit_hooks.end_of_file_fixer:end_of_file_fixer',
|
||||
'name-tests-test = pre_commit_hooks.tests_should_end_in_test:validate_files',
|
||||
'double-quote-string-fixer = pre_commit_hooks.string_fixer:main',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue