mirror of
https://github.com/Hopiu/llm.git
synced 2026-04-25 07:24:46 +00:00
Pin Black to get tests to pass, refs #728
See https://github.com/psf/black/issues/4571
This commit is contained in:
parent
965ad819f9
commit
4c153ce675
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -58,7 +58,7 @@ setup(
|
|||
"pytest-asyncio",
|
||||
"cogapp",
|
||||
"mypy>=1.10.0",
|
||||
"black>=24.1.0",
|
||||
"black==24.10.0",
|
||||
"ruff",
|
||||
"types-click",
|
||||
"types-PyYAML",
|
||||
|
|
|
|||
Loading…
Reference in a new issue