Update pre-commit hook
This commit is contained in:
parent
681567df58
commit
6d57066e52
@ -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']
|
||||||
|
@ -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)
|
||||||
|
|
||||||
|
@ -15,4 +15,3 @@ services:
|
|||||||
count: all
|
count: all
|
||||||
capabilities: [gpu]
|
capabilities: [gpu]
|
||||||
command: tail -f /dev/null
|
command: tail -f /dev/null
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
speech.fish.audio
|
speech.fish.audio
|
||||||
|
@ -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)
|
||||||
|
|
||||||
|
@ -3,4 +3,4 @@
|
|||||||
}
|
}
|
||||||
.md-tabs {
|
.md-tabs {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
@ -3,4 +3,4 @@
|
|||||||
"data",
|
"data",
|
||||||
"filelists"
|
"filelists"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user