Files
confident-ai--deepeval/.pre-commit-config.yaml
T
2026-07-13 13:32:05 +08:00

11 lines
237 B
YAML

repos:
- repo: https://github.com/psf/black
rev: 24.8.0
hooks:
- id: black
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.9
hooks:
- id: ruff
args: [--fix] # auto-fix lint issues