Skip to content

Commit

Permalink
Upgrade to black>=25.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Jan 31, 2025
1 parent f8dcc67 commit deb8bc3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions llm/errors.py
Original file line number Diff line number Diff line change
@@ -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 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def get_long_description():
"pytest-asyncio",
"cogapp",
"mypy>=1.10.0",
"black==24.10.0",
"black>=25.1.0",
"ruff",
"types-click",
"types-PyYAML",
Expand Down

0 comments on commit deb8bc3

Please sign in to comment.