We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6040d32 commit f050a70Copy full SHA for f050a70
tests/frame/invalid_test.py
@@ -20,7 +20,7 @@ def test_invalid() -> None:
20
with pytest.raises(TypeError, match="Perhaps you:"):
21
df.select([pl.col("a")]) # type: ignore[list-item]
22
23
- df.select([nw.col("a").cast(pl.Int64)])
+ df.select([nw.col("a").cast(pl.Int64)]) # type: ignore[arg-type]
24
25
26
def test_native_vs_non_native() -> None:
0 commit comments