mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-06 03:56:54 +00:00
Adding detect-raw-datetime-manipulation option
This commit is contained in:
parent
2dbaced650
commit
6932b83509
8 changed files with 161 additions and 1 deletions
|
|
@ -64,6 +64,7 @@ Add this to your `.pre-commit-config.yaml`
|
|||
- `--allow-missing-credentials` - Allow hook to pass when no credentials are
|
||||
detected.
|
||||
- `detect-private-key` - Checks for the existence of private keys.
|
||||
- `detect-datetime-raw-manipulation` - Check for raw manipulation of datetime.
|
||||
- `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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue