yuga-planner / .pre-commit-config.yaml
blackopsrepl's picture
feat(deploy): add helm chart
ae122c6
raw
history blame contribute delete
456 Bytes
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.3.0
hooks:
- id: check-yaml
args: ['--allow-multiple-documents']
exclude: '^deploy/helm/templates/.*\.yaml$'
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/gitleaks/gitleaks
rev: v8.18.0
hooks:
- id: gitleaks
- repo: https://github.com/psf/black
rev: 22.10.0
hooks:
- id: black