mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-06 03:56:54 +00:00
Add gitleaks hook
This commit is contained in:
parent
cfc3672e46
commit
73ac710bda
3 changed files with 72 additions and 0 deletions
|
|
@ -66,6 +66,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
|
||||
check-gitleaks = pre_commit_hooks.check_gitleaks:main
|
||||
|
||||
[bdist_wheel]
|
||||
universal = True
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue