mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-05 11:36:54 +00:00
Add detect_secret_token
This commit is contained in:
parent
8ef58bed01
commit
d4eb9ec4d7
5 changed files with 87 additions and 0 deletions
|
|
@ -119,6 +119,12 @@
|
|||
entry: detect-private-key
|
||||
language: python
|
||||
types: [text]
|
||||
- id: detect-secret-token
|
||||
name: detect secret token
|
||||
description: detects the presence of RFC 8959 secret-token.
|
||||
entry: detect-secret-token
|
||||
language: python
|
||||
types: [text]
|
||||
- id: double-quote-string-fixer
|
||||
name: fix double quoted strings
|
||||
description: replaces double quoted strings with single quoted strings.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue