Files
F5-TTS/.pre-commit-config.yaml
Jarod Mica d601a70ad1 Revert "."
This reverts commit 5089dfe51b.
2024-10-29 03:25:02 -07:00

15 lines
330 B
YAML

repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.7.0
hooks:
# Run the linter.
- id: ruff
args: [--fix]
# Run the formatter.
- id: ruff-format
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.3.0
hooks:
- id: check-yaml