Spaces:
Paused
Paused
| 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 | |