CoolFace
Apppublic

prabaerode/zero-shot-tts

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
.pre-commit-config.yaml15 linesDownload Raw Back to root
1repos:2  - repo: https://github.com/astral-sh/ruff-pre-commit3    # Ruff version.4    rev: v0.7.05    hooks:6      # Run the linter.7      - id: ruff8        args: [--fix]9      # Run the formatter.10      - id: ruff-format11  - repo: https://github.com/pre-commit/pre-commit-hooks12    rev: v2.3.013    hooks:14      - id: check-yaml15