mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-04 19:26:52 +00:00
Merge pull request #60 from arahayrabedian/master
AWS credential checking
This commit is contained in:
commit
99574324eb
10 changed files with 129 additions and 0 deletions
2
setup.py
2
setup.py
|
|
@ -32,6 +32,7 @@ setup(
|
|||
'autopep8>=1.1',
|
||||
'pyyaml',
|
||||
'simplejson',
|
||||
'six==1.9.0',
|
||||
],
|
||||
entry_points={
|
||||
'console_scripts': [
|
||||
|
|
@ -44,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-aws-credentials = pre_commit_hooks.detect_aws_credentials:main',
|
||||
'detect-private-key = pre_commit_hooks.detect_private_key:detect_private_key',
|
||||
'double-quote-string-fixer = pre_commit_hooks.string_fixer:main',
|
||||
'end-of-file-fixer = pre_commit_hooks.end_of_file_fixer:end_of_file_fixer',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue