Add missing parameter --allow-missing-credentials

This commit is contained in:
Ryan Delaney 2018-10-28 12:05:42 -07:00
parent 86bfe8c475
commit efc5b9ecc1

View file

@ -61,6 +61,8 @@ Add this to your `.pre-commit-config.yaml`
- `--credentials-file` - additional AWS CLI style configuration file in a
non-standard location to fetch configured credentials from. Can be repeated
multiple times.
- `--allow-missing-credentials` - Allow hook to pass when no credentials are
detected.
- `detect-private-key` - Checks for the existence of private keys.
- `double-quote-string-fixer` - This hook replaces double quoted strings
with single quoted strings.