mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-05 19:46: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
|
|
@ -105,6 +105,12 @@
|
|||
entry: detect-private-key
|
||||
language: python
|
||||
types: [text]
|
||||
- id: detect-datetime-raw-manipulation
|
||||
name: Detect Raw datetime manipulation
|
||||
description: Detects the raw manipulation of datetime.
|
||||
entry: detect-datetime-raw-manipulation
|
||||
language: python
|
||||
types: [text]
|
||||
- id: double-quote-string-fixer
|
||||
name: Fix double quoted strings
|
||||
description: This hook replaces double quoted strings with single quoted strings
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue