mirror of https://github.com/coqui-ai/TTS.git
chore: enable commented pre-commit rules
This commit is contained in:
parent
8d2a562c59
commit
5cf1d41555
|
@ -3,10 +3,8 @@ repos:
|
|||
rev: v4.5.0
|
||||
hooks:
|
||||
- id: check-yaml
|
||||
# TODO: enable these later; there are plenty of violating
|
||||
# files that need to be fixed first
|
||||
# - id: end-of-file-fixer
|
||||
# - id: trailing-whitespace
|
||||
- id: end-of-file-fixer
|
||||
- id: trailing-whitespace
|
||||
- repo: "https://github.com/psf/black"
|
||||
rev: 24.2.0
|
||||
hooks:
|
||||
|
|
Loading…
Reference in New Issue