You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: conformance/results/pyright/generics_defaults.toml
+2-2
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ generics_defaults.py:111:40 - error: TypeVar default type must be one of the con
7
7
generics_defaults.py:138:7 - error: TypeVar "T5" has a default value and cannot follow TypeVarTuple "Ts" (reportGeneralTypeIssues)
8
8
generics_defaults.py:167:18 - error: Access to generic instance variable through class is ambiguous (reportGeneralTypeIssues)
9
9
"""
10
-
conformance_automated = "Fail"
10
+
conformance_automated = "Pass"
11
11
errors_diff = """
12
-
Line 167: Unexpected errors ['generics_defaults.py:167:18 - error: Access to generic instance variable through class is ambiguous (reportGeneralTypeIssues)']
13
12
"""
13
+
ignore_errors = ["Access to generic instance variable through class is ambiguous"]
0 commit comments