From fafcdeb724ac22ace877bee4485ed3b4c3edbbd8 Mon Sep 17 00:00:00 2001 From: Eric Traut Date: Mon, 17 Feb 2025 12:51:18 -0700 Subject: [PATCH] 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. --- conformance/results/pyright/callables_kwargs.toml | 2 +- conformance/results/results.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conformance/results/pyright/callables_kwargs.toml b/conformance/results/pyright/callables_kwargs.toml index 0af9273e..191d97a5 100644 --- a/conformance/results/pyright/callables_kwargs.toml +++ b/conformance/results/pyright/callables_kwargs.toml @@ -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) diff --git a/conformance/results/results.html b/conformance/results/results.html index 0777464b..ba1f3d8e 100644 --- a/conformance/results/results.html +++ b/conformance/results/results.html @@ -608,7 +608,7 @@

Python Type System Conformance Test Results

     callables_kwargs
Partial

Allows callable without kwargs to be assigned to callable with unpacked kwargs

-Partial +Pass Pass
Unsupported

Does not understand Unpack in the context of **kwargs annotation.