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