From 64b3dd875f37197c979ff430063396cea17f1ecd Mon Sep 17 00:00:00 2001 From: Alex Waygood Date: Tue, 21 Dec 2021 17:31:30 +0000 Subject: [PATCH] Increase pyright strictness for some xml files (#6649) --- pyrightconfig.stricter.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyrightconfig.stricter.json b/pyrightconfig.stricter.json index 1850fb928..084fc320d 100644 --- a/pyrightconfig.stricter.json +++ b/pyrightconfig.stricter.json @@ -11,7 +11,10 @@ "stdlib/lib2to3/refactor.pyi", "stdlib/sqlite3/dbapi2.pyi", "stdlib/tkinter", - "stdlib/xml/dom", + "stdlib/xml/dom/NodeFilter.pyi", + "stdlib/xml/dom/expatbuilder.pyi", + "stdlib/xml/dom/minidom.pyi", + "stdlib/xml/dom/pulldom.pyi", "stdlib/xml/sax", "stubs/aws-xray-sdk", "stubs/babel",