GPT-SoVITS/.pre-commit-config.yaml
XXXXRT666 8c6abbf930 Add Pre-Commit Hook
Update Docker
2025-04-30 20:40:30 +01:00

15 lines
321 B
YAML

ci:
autoupdate_schedule: monthly
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.11.7
hooks:
# Run the linter.
- id: ruff
types_or: [ python, pyi ]
args: [ --fix ]
# Run the formatter.
- id: ruff-format
types_or: [ python, pyi ]
args: [--line-length=120]