Skip to content

Commit fafcdeb

Browse files
authoredFeb 17, 2025··
Fixed manual scoring results for conformance report (#1927)
Fixed manual scoring results for conformance report. I forgot to make this change in the previous commit.
1 parent 05b979d commit fafcdeb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎conformance/results/pyright/callables_kwargs.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
conformant = "Partial"
1+
conformant = "Pass"
22
output = """
33
callables_kwargs.py:28:5 - error: Could not access item in TypedDict
44
  "v2" is not a required key in "TD2", so access may result in runtime exception (reportTypedDictNotRequiredAccess)

‎conformance/results/results.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@ <h3>Python Type System Conformance Test Results</h3>
608608
</tr>
609609
<tr><th class="column col1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;callables_kwargs</th>
610610
<th class="column col2 partially-conformant"><div class="hover-text">Partial<span class="tooltip-text" id="bottom"><p>Allows callable without kwargs to be assigned to callable with unpacked kwargs</p></span></div></th>
611-
<th class="column col2 partially-conformant">Partial</th>
611+
<th class="column col2 conformant">Pass</th>
612612
<th class="column col2 conformant">Pass</th>
613613
<th class="column col2 not-conformant"><div class="hover-text">Unsupported<span class="tooltip-text" id="bottom"><p>Does not understand Unpack in the context of **kwargs annotation.</p></span></div></th>
614614
</tr>

0 commit comments

Comments
 (0)