24 lines
577 B
YAML
24 lines
577 B
YAML
repos:
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v5.0.0
|
|
hooks:
|
|
- id: trailing-whitespace
|
|
- id: end-of-file-fixer
|
|
- id: check-added-large-files
|
|
- id: check-toml
|
|
- repo: https://github.com/codespell-project/codespell
|
|
rev: v2.4.1
|
|
hooks:
|
|
- id: codespell
|
|
- repo: https://github.com/commitizen-tools/commitizen
|
|
rev: v4.8.2
|
|
hooks:
|
|
- id: commitizen
|
|
- id: commitizen-branch
|
|
stages: [pre-push]
|
|
- repo: https://github.com/gitleaks/gitleaks
|
|
rev: v8.27.0
|
|
hooks:
|
|
- id: gitleaks
|
|
|