add aws credential checking ONLY FOR YOUR OWN credentials if they're set in a configurable credentials file (AWS CLI tools' native format)

This commit is contained in:
Ara Hayrabedian 2015-05-31 23:50:49 +04:00
parent cf550fcab3
commit 95bf20d52d
4 changed files with 73 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 access keys and 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.