mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-08-21 18:49:47 +08:00
Add Code Spell Check
This commit is contained in:
parent
8c6abbf930
commit
de0fc044c7
@ -13,3 +13,9 @@ repos:
|
|||||||
- 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