mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-07 04:26:52 +00:00
Detect OpenSSH private keys
This commit is contained in:
parent
9d1ac3273b
commit
68a7729327
5 changed files with 64 additions and 0 deletions
|
|
@ -31,6 +31,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-private-key` - Checks for the existence of private keys
|
||||
- `double-quote-string-fixer` - This hook replaces double quoted strings with single quoted strings
|
||||
- `end-of-file-fixer` - Makes sure files end in a newline and only a newline.
|
||||
- `flake8` - Run flake8 on your python files
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue