mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-08-21 10:39:47 +08:00
Add Code Spell Check
This commit is contained in:
parent
8c6abbf930
commit
de0fc044c7
@ -12,4 +12,10 @@ repos:
|
|||||||
# Run the formatter.
|
# Run the formatter.
|
||||||
- id: ruff-format
|
- id: ruff-format
|
||||||
types_or: [ python, pyi ]
|
types_or: [ python, pyi ]
|
||||||
args: [--line-length=120]
|
args: [--line-length=120]
|
||||||
|
|
||||||
|
- repo: https://github.com/codespell-project/codespell
|
||||||
|
rev: v2.4.1
|
||||||
|
hooks:
|
||||||
|
- id: codespell
|
||||||
|
files: ^.*\.(py|md)$
|
Loading…
x
Reference in New Issue
Block a user