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 3b7aac3 commit f7619dfCopy full SHA for f7619df
conformance/results/pyright/directives_assert_type.toml
@@ -1,7 +1,4 @@
1
-conformant = "Fail"
2
-notes = """
3
-Fails to treat equivalent unions as equivalent.
4
-"""
+conformant = "Pass"
5
output = """
6
directives_assert_type.py:27:17 - error: "assert_type" mismatch: expected "int" but received "int | str" (reportAssertTypeFailure)
7
directives_assert_type.py:28:17 - error: "assert_type" mismatch: expected "Any" but received "int | str" (reportAssertTypeFailure)
0 commit comments