mirror of https://github.com/coqui-ai/TTS.git
ci: pin black for consistent output
This commit is contained in:
parent
f6464d7682
commit
c86cf9b2ef
|
@ -8,7 +8,7 @@ repos:
|
|||
# - id: end-of-file-fixer
|
||||
# - id: trailing-whitespace
|
||||
- repo: "https://github.com/psf/black"
|
||||
rev: 23.12.0
|
||||
rev: 24.2.0
|
||||
hooks:
|
||||
- id: black
|
||||
language_version: python3
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
black
|
||||
black==24.2.0
|
||||
coverage
|
||||
nose2
|
||||
ruff==0.3.0
|
||||
|
|
Loading…
Reference in New Issue