Pin black to 22.3.0 to benefit from a stable --preview flag (#17918)

This commit is contained in:
Lysandre Debut
2022-06-28 10:32:18 +02:00
committed by GitHub
parent 9eec4e937e
commit 1dfa03f12b
2 changed files with 2 additions and 2 deletions

View File

@@ -98,7 +98,7 @@ if stale_egg_info.exists():
_deps = [
"Pillow",
"accelerate>=0.10.0",
"black~=22.0,>=22.3",
"black==22.3",
"codecarbon==1.2.0",
"cookiecutter==1.7.3",
"dataclasses",