This commit is contained in:
Peter Jung 2025-02-03 10:55:05 +01:00
parent 71965f1383
commit 67129881ce

View file

@ -133,7 +133,8 @@
description: detects the presence of web3 private keys. description: detects the presence of web3 private keys.
entry: detect-web3-private-key entry: detect-web3-private-key
language: python language: python
types: [text] types: [file]
additional_dependencies: ['eth-account']
- id: double-quote-string-fixer - id: double-quote-string-fixer
name: fix double quoted strings name: fix double quoted strings
description: replaces double quoted strings with single quoted strings. description: replaces double quoted strings with single quoted strings.