sbp commented on issue #375: URL: https://github.com/apache/tooling-trusted-releases/issues/375#issuecomment-3598250610
Contrary to the `typing.python.org` documentation, we found that if either the `type: ignore` or mypy specific `type: ignore[category]` formats are used, pyright treats the whole line as having a blanket ignore _even if a pyright category specific ignore is also present_. Therefore we can only use pyright category specific ignores to meet the requirements, which is documented in 6123444f9a237aa37fd81efebea1b03f9629ad94. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
