server/.pre-commit-config.yaml

19 lines
436 B
YAML
Raw Normal View History

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
2024-12-21 13:51:16 +01:00
- repo: https://github.com/gitleaks/gitleaks
rev: v8.22.0
hooks:
- id: gitleaks
- repo: https://github.com/sirwart/ripsecrets
rev: v0.1.8
hooks:
- id: ripsecrets