Skip to content

Commit 8c1eced

Browse files
committed
note pyright bug
1 parent 340582c commit 8c1eced

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_natype.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ def test_arithmetic() -> None:
9797
# )
9898
# check(
9999
# assert_type(
100+
# # pyright bug: https://github.com/microsoft/pyright/issues/10849, will
101+
# # require `pyright: ignore[reportAssertTypeFailure]` until fixed.
100102
# divmod(na, idx_int),
101103
# tuple[pd.Index, pd.Index],
102104
# ),

0 commit comments

Comments
 (0)