Update pre-commit hook
This commit is contained in:
parent
681567df58
commit
6d57066e52
@ -18,3 +18,14 @@ repos:
|
||||
hooks:
|
||||
- id: codespell
|
||||
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)
|
||||
- [MQTTS](https://github.com/b04901014/MQTTS)
|
||||
- [GPT Fast](https://github.com/pytorch-labs/gpt-fast)
|
||||
|
||||
|
@ -15,4 +15,3 @@ services:
|
||||
count: all
|
||||
capabilities: [gpu]
|
||||
command: tail -f /dev/null
|
||||
|
||||
|
@ -43,4 +43,3 @@ pip3 install -e .
|
||||
- [GPT VITS](https://github.com/innnky/gpt-vits)
|
||||
- [MQTTS](https://github.com/b04901014/MQTTS)
|
||||
- [GPT Fast](https://github.com/pytorch-labs/gpt-fast)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user