From c5599572d4609e7b2146d08091715273ad44db88 Mon Sep 17 00:00:00 2001 From: Alex Waygood Date: Fri, 6 Oct 2023 15:01:04 +0100 Subject: [PATCH] Use stricter pyright settings when testing `pyjks` (#10846) --- pyrightconfig.stricter.json | 1 - 1 file changed, 1 deletion(-) diff --git a/pyrightconfig.stricter.json b/pyrightconfig.stricter.json index 5f849d17f..ae4a31720 100644 --- a/pyrightconfig.stricter.json +++ b/pyrightconfig.stricter.json @@ -61,7 +61,6 @@ "stubs/pyasn1", "stubs/pyflakes", "stubs/Pygments", - "stubs/pyjks", "stubs/PyMySQL", "stubs/python-dateutil", "stubs/python-jose",