Add necessary code to support it

This commit is contained in:
Peter Jung 2025-02-03 10:53:13 +01:00
parent 425727ef9d
commit 71965f1383
4 changed files with 10 additions and 0 deletions

View file

@ -49,6 +49,7 @@ console_scripts =
destroyed-symlinks = pre_commit_hooks.destroyed_symlinks:main
detect-aws-credentials = pre_commit_hooks.detect_aws_credentials:main
detect-private-key = pre_commit_hooks.detect_private_key:main
detect-web3-private-key = pre_commit_hooks.detect_web3_private_key:main
double-quote-string-fixer = pre_commit_hooks.string_fixer:main
end-of-file-fixer = pre_commit_hooks.end_of_file_fixer:main
file-contents-sorter = pre_commit_hooks.file_contents_sorter:main