We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d48d4e9 commit 659aa6cCopy full SHA for 659aa6c
test_cases/stdlib/check_pathlib.py
@@ -1,4 +1,5 @@
1
# pyright: strict
2
from pathlib import Path
3
4
-if Path("asdf") == "asdf": ... # type: ignore
+if Path("asdf") == "asdf":
5
+ ... # type: ignore
0 commit comments