mirror of
https://github.com/Hopiu/llm.git
synced 2026-04-21 05:31:01 +00:00
Upgrade to black>=25.1.0
Refs https://github.com/simonw/llm/issues/728#issuecomment-2628348988 Refs https://github.com/psf/black/issues/4571#issuecomment-2628355450
This commit is contained in:
parent
f8dcc67455
commit
deb8bc3b4f
2 changed files with 1 additions and 3 deletions
|
|
@ -1,8 +1,6 @@
|
|||
class ModelError(Exception):
|
||||
"Models can raise this error, which will be displayed to the user"
|
||||
pass
|
||||
|
||||
|
||||
class NeedsKeyException(ModelError):
|
||||
"Model needs an API key which has not been provided"
|
||||
pass
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -58,7 +58,7 @@ setup(
|
|||
"pytest-asyncio",
|
||||
"cogapp",
|
||||
"mypy>=1.10.0",
|
||||
"black==24.10.0",
|
||||
"black>=25.1.0",
|
||||
"ruff",
|
||||
"types-click",
|
||||
"types-PyYAML",
|
||||
|
|
|
|||
Loading…
Reference in a new issue