Skip to content

Commit

Permalink
Update pre-commit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
leng-yue committed Dec 20, 2023
1 parent 681567d commit 6d57066
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 6 deletions.
11 changes: 11 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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']
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

1 change: 0 additions & 1 deletion docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,3 @@ services:
count: all
capabilities: [gpu]
command: tail -f /dev/null

2 changes: 1 addition & 1 deletion docs/CNAME
Original file line number Diff line number Diff line change
@@ -1 +1 @@
speech.fish.audio
speech.fish.audio
1 change: 0 additions & 1 deletion docs/en/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

2 changes: 1 addition & 1 deletion docs/stylesheets/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
}
.md-tabs {
display: none;
}
}
2 changes: 1 addition & 1 deletion pyrightconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
"data",
"filelists"
]
}
}

0 comments on commit 6d57066

Please sign in to comment.