Skip to content

Commit aca9186

Browse files
committed
bump pyright
1 parent e161f56 commit aca9186

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

bioimageio/core/utils/_type_guards.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33

44
from bioimageio.spec._internal import type_guards
55

6-
is_list = type_guards.is_list # pyright: ignore[reportPrivateImportUsage]
7-
is_ndarray = type_guards.is_ndarray # pyright: ignore[reportPrivateImportUsage]
8-
is_tuple = type_guards.is_tuple # pyright: ignore[reportPrivateImportUsage]
6+
is_list = type_guards.is_list
7+
is_ndarray = type_guards.is_ndarray
8+
is_tuple = type_guards.is_tuple

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"packaging>=17.0",
6868
"pdoc",
6969
"pre-commit",
70-
"pyright==1.1.401",
70+
"pyright==1.1.402",
7171
"segment-anything", # for model testing
7272
"timm", # for model testing
7373
# "crick", # currently requires python<=3.9

0 commit comments

Comments
 (0)