Skip to content

Commit

Permalink
chore: upgrade pyright to 1.1.385 (#1438)
Browse files Browse the repository at this point in the history
Upgrade pyright version to the latest (1.1.385).
  • Loading branch information
IronCore864 authored Oct 21, 2024
1 parent b208865 commit 262c751
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 262c751

Please sign in to comment.