From 64607a2fa7dfdd670e8f4399eb5c5592bd2356ba Mon Sep 17 00:00:00 2001 From: Adam Dangoor Date: Thu, 26 Dec 2024 07:01:41 +0000 Subject: [PATCH] Disable type ignore comments for pyright --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 726dbd4c..6ee5eec2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -341,6 +341,7 @@ plugins = [ [tool.pyright] +enableTypeIgnoreComments = false reportUnnecessaryTypeIgnoreComment = true typeCheckingMode = "strict"