Skip to content

Commit 8475c99

Browse files
committed
chore(deps): update pre-commit hook pre-commit/mirrors-mypy to v1.20.0
1 parent 4e4fcaf commit 8475c99

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ repos:
8181
# hooks:
8282
# - id: add-trailing-comma
8383
- repo: https://github.com/pre-commit/mirrors-mypy
84-
rev: v1.19.1
84+
rev: v1.20.0
8585
hooks:
8686
- &mypy
8787
id: mypy

storage/gcloud/aio/storage/storage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -861,7 +861,7 @@ async def _do_upload(
861861
headers.update({'Content-Range': 'bytes */*'})
862862
stream.seek(original_position)
863863

864-
await sleep( # type: ignore[func-returns-value]
864+
await sleep( # type: ignore[func-returns-value,misc]
865865
2. ** tries,
866866
)
867867
else:

0 commit comments

Comments
 (0)