From 3a899f6d8c990268d58d2fd2ad2bfd2cee10e85d Mon Sep 17 00:00:00 2001 From: Carson Sievert Date: Tue, 3 Sep 2024 15:17:42 -0500 Subject: [PATCH] Type ignore `setup.py` (#39) * type ignore setup.py * Revert "type ignore setup.py" This reverts commit 62b96c699f04cf0efa85a05885f927dda0f443ee. * Add setup.py to pyrightconfig --- pyrightconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyrightconfig.json b/pyrightconfig.json index 6efd18e..7c33ca4 100644 --- a/pyrightconfig.json +++ b/pyrightconfig.json @@ -1,5 +1,5 @@ { - "ignore": ["build", "dist", "typings", "sandbox", "_dev"], + "ignore": ["build", "dist", "typings", "sandbox", "_dev", "setup.py"], "typeCheckingMode": "strict", "reportImportCycles": "none", "reportUnusedFunction": "none",