We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 340582c commit 8c1ecedCopy full SHA for 8c1eced
tests/test_natype.py
@@ -97,6 +97,8 @@ def test_arithmetic() -> None:
97
# )
98
# check(
99
# assert_type(
100
+ # # pyright bug: https://github.com/microsoft/pyright/issues/10849, will
101
+ # # require `pyright: ignore[reportAssertTypeFailure]` until fixed.
102
# divmod(na, idx_int),
103
# tuple[pd.Index, pd.Index],
104
# ),
0 commit comments