Skip to content

Commit

Permalink
chore: upgrade pyright to 1.1.385
Browse files Browse the repository at this point in the history
  • Loading branch information
IronCore864 committed Oct 18, 2024
1 parent b208865 commit ea08e4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/test_pebble.py
Original file line number Diff line number Diff line change
Expand Up @@ -1359,7 +1359,7 @@ def _request(
raise resp
if callable(resp):
resp = resp()
return resp
return resp # type: ignore

def _request_raw(
self,
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ allowlist_externals = cp
deps =
PyYAML==6.*
websocket-client==1.*
pyright==1.1.377
pyright==1.1.385
pytest~=7.2
typing_extensions~=4.2
-e .
Expand Down

0 comments on commit ea08e4f

Please sign in to comment.