Merge pull request #60 from arahayrabedian/master

AWS credential checking
This commit is contained in:
Anthony Sottile 2015-06-17 11:46:15 -07:00
commit 99574324eb
10 changed files with 129 additions and 0 deletions

View file

@ -37,6 +37,7 @@ Add this to your `.pre-commit-config.yaml`
- `check-xml` - Attempts to load all xml files to verify syntax.
- `check-yaml` - Attempts to load all yaml files to verify syntax.
- `debug-statements` - Check for pdb / ipdb / pudb statements in code.
- `detect-aws-credentials` - Checks for the existence of AWS secrets that you have set up with the AWS CLI.
- `detect-private-key` - Checks for the existence of private keys.
- `double-quote-string-fixer` - This hook replaces double quoted strings
with single quoted strings.