Update pre-commit hook

This commit is contained in:
Lengyue 2023-12-20 05:53:30 +00:00
parent 681567df58
commit 6d57066e52
No known key found for this signature in database
GPG Key ID: CC4249F408A4F4C6
7 changed files with 14 additions and 6 deletions

View File

@ -18,3 +18,14 @@ repos:
hooks: hooks:
- id: codespell - id: codespell
files: ^.*\.(py|md|rst|yml)$ files: ^.*\.(py|md|rst|yml)$
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
hooks:
- id: end-of-file-fixer
- id: check-yaml
- id: check-json
- id: mixed-line-ending
args: ['--fix=lf']
- id: check-added-large-files
args: ['--maxkb=5000']

View File

@ -19,4 +19,3 @@ We do not hold any responsibility for any illegal usage of the codebase. Please
- [GPT VITS](https://github.com/innnky/gpt-vits) - [GPT VITS](https://github.com/innnky/gpt-vits)
- [MQTTS](https://github.com/b04901014/MQTTS) - [MQTTS](https://github.com/b04901014/MQTTS)
- [GPT Fast](https://github.com/pytorch-labs/gpt-fast) - [GPT Fast](https://github.com/pytorch-labs/gpt-fast)

View File

@ -15,4 +15,3 @@ services:
count: all count: all
capabilities: [gpu] capabilities: [gpu]
command: tail -f /dev/null command: tail -f /dev/null

View File

@ -1 +1 @@
speech.fish.audio speech.fish.audio

View File

@ -43,4 +43,3 @@ pip3 install -e .
- [GPT VITS](https://github.com/innnky/gpt-vits) - [GPT VITS](https://github.com/innnky/gpt-vits)
- [MQTTS](https://github.com/b04901014/MQTTS) - [MQTTS](https://github.com/b04901014/MQTTS)
- [GPT Fast](https://github.com/pytorch-labs/gpt-fast) - [GPT Fast](https://github.com/pytorch-labs/gpt-fast)

View File

@ -3,4 +3,4 @@
} }
.md-tabs { .md-tabs {
display: none; display: none;
} }

View File

@ -3,4 +3,4 @@
"data", "data",
"filelists" "filelists"
] ]
} }