Skip to content

Commit

Permalink
Fixed manual scoring results for conformance report (#1927)
Browse files Browse the repository at this point in the history
Fixed manual scoring results for conformance report. I forgot to make this change in the previous commit.
  • Loading branch information
erictraut authored Feb 17, 2025
1 parent 05b979d commit fafcdeb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conformance/results/pyright/callables_kwargs.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
conformant = "Partial"
conformant = "Pass"
output = """
callables_kwargs.py:28:5 - error: Could not access item in TypedDict
  "v2" is not a required key in "TD2", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
Expand Down
2 changes: 1 addition & 1 deletion conformance/results/results.html
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ <h3>Python Type System Conformance Test Results</h3>
</tr>
<tr><th class="column col1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;callables_kwargs</th>
<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>
<th class="column col2 partially-conformant">Partial</th>
<th class="column col2 conformant">Pass</th>
<th class="column col2 conformant">Pass</th>
<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>
</tr>
Expand Down

0 comments on commit fafcdeb

Please sign in to comment.