added custom secrets management

This commit is contained in:
Sten Leinasaar 2025-12-12 13:17:44 +02:00 committed by GitHub
parent 6e513a2e71
commit 8f9d35b3b8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 131 additions and 0 deletions

View file

@ -60,6 +60,7 @@ console_scripts =
requirements-txt-fixer = pre_commit_hooks.requirements_txt_fixer:main
sort-simple-yaml = pre_commit_hooks.sort_simple_yaml:main
trailing-whitespace-fixer = pre_commit_hooks.trailing_whitespace_fixer:main
detect-secrets = pre_commit_hooks.detect_secrets:main
[bdist_wheel]
universal = True