mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-09-07 08:39:48 +08:00
16 lines
354 B
YAML
16 lines
354 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", --target-version, "py310" ]
|