cwegener commented on PR #23965: URL: https://github.com/apache/superset/pull/23965#issuecomment-1539099134
> @cwegener @dpgaspar Ohh we already has v1.0.1 mypy but it downloads flask-stubs because we use `additional_dependencies: [types-all]` in `.pre-commit-config.yaml` file Yes. The solution for this particular mypy issue should be to remove the `types-all` dependency in the pre-commit config and replace it with the curated, explicit list of all desired python type stubs packages that we know are required to successfully run static type checks. -- 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]
