expressive-tts-arena / .pre-commit-config.yaml
zach
Update pre-commit hook to use ruff instead of black
aad8b40
raw
history blame
158 Bytes
repos:
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.9.5
hooks:
- id: ruff
args: ["--fix"]
types: [python]