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"