expressive-tts-arena / .pre-commit-config.yaml
zach
Finalize pre-commit configuration
6130461
raw
history blame
171 Bytes
repos:
- repo: https://github.com/psf/black
rev: 25.1.0
hooks:
- id: black
args: ["--line-length=88", "--fast", "--quiet"]
types: [python]