Spaces:
Running
Running
repos: | |
- repo: https://github.com/google/yamlfmt | |
rev: v0.16.0 | |
hooks: | |
- id: yamlfmt | |
- repo: https://github.com/gitleaks/gitleaks | |
rev: v8.23.3 | |
hooks: | |
- id: gitleaks | |
- repo: https://github.com/astral-sh/uv-pre-commit | |
# uv version. | |
rev: 0.5.30 | |
hooks: | |
- id: uv-lock | |
- repo: https://github.com/astral-sh/ruff-pre-commit | |
rev: v0.9.6 | |
hooks: | |
- id: ruff | |
types_or: [python, pyi] | |
args: [--fix] | |
- id: ruff-format | |
types_or: [python, pyi] | |