mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-03-29 10:16:52 +00:00
Fixes
This commit is contained in:
parent
71965f1383
commit
67129881ce
1 changed files with 2 additions and 1 deletions
|
|
@ -133,7 +133,8 @@
|
|||
description: detects the presence of web3 private keys.
|
||||
entry: detect-web3-private-key
|
||||
language: python
|
||||
types: [text]
|
||||
types: [file]
|
||||
additional_dependencies: ['eth-account']
|
||||
- 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