Unverified Commit 855dcae8 authored by Bram Vanroy's avatar Bram Vanroy Committed by GitHub
Browse files

update black target version (#18955)

* update black target version

* add comment

as per https://github.com/huggingface/transformers/pull/18955#issuecomment-1242081649

* revert change

Will only update to 3.7 after black 2023 upgrade in January
parent 645f1742
...@@ -98,7 +98,7 @@ if stale_egg_info.exists(): ...@@ -98,7 +98,7 @@ if stale_egg_info.exists():
_deps = [ _deps = [
"Pillow", "Pillow",
"accelerate>=0.10.0", "accelerate>=0.10.0",
"black==22.3", "black==22.3", # after updating to black 2023, also update Python version in pyproject.toml to 3.7
"codecarbon==1.2.0", "codecarbon==1.2.0",
"cookiecutter==1.7.3", "cookiecutter==1.7.3",
"dataclasses", "dataclasses",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment