From 4b2bed8f5f2b1515d054fcb4079fed9102e8ea27 Mon Sep 17 00:00:00 2001 From: Alex Waygood Date: Fri, 28 Feb 2025 09:56:19 +0000 Subject: [PATCH] Use stricter pyright settings on `dirhash` in CI (#13558) --- pyrightconfig.stricter.json | 1 - 1 file changed, 1 deletion(-) diff --git a/pyrightconfig.stricter.json b/pyrightconfig.stricter.json index bc4da3eae..9f20ff2c9 100644 --- a/pyrightconfig.stricter.json +++ b/pyrightconfig.stricter.json @@ -38,7 +38,6 @@ "stubs/corus", "stubs/dateparser", "stubs/defusedxml", - "stubs/dirhash", "stubs/docker", "stubs/docutils", "stubs/Flask-SocketIO",