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"