18 lines
441 B
YAML
18 lines
441 B
YAML
repos:
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v5.0.0
|
|
hooks:
|
|
- id: detect-private-key
|
|
- id: end-of-file-fixer
|
|
- repo: https://github.com/crate-ci/typos
|
|
rev: v1.28.4
|
|
hooks:
|
|
- id: typos
|
|
- repo: https://github.com/Yelp/detect-secrets
|
|
rev: v1.5.0
|
|
hooks:
|
|
- id: detect-secrets
|
|
- repo: https://github.com/gitleaks/gitleaks
|
|
rev: v8.22.0
|
|
hooks:
|
|
- id: gitleaks
|