From d02b9acb7aa0aeab02ef37612924d51637156da5 Mon Sep 17 00:00:00 2001 From: Adam Dangoor Date: Thu, 26 Dec 2024 07:02:10 +0000 Subject: [PATCH] Disable type ignore comments for pyright --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 6322db872..6d9ef2c42 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -396,6 +396,8 @@ plugins = [ follow_untyped_imports = true [tool.pyright] + +enableTypeIgnoreComments = false reportUnnecessaryTypeIgnoreComment = true typeCheckingMode = "strict"