MonkeyCanCode opened a new issue, #3280:
URL: https://github.com/apache/polaris/issues/3280

   ### Is your feature request related to a problem? Please describe.
   
   Currently we have mypy enabled but only for integration_tests dir 
(https://github.com/apache/polaris/blob/main/client/python/.pre-commit-config.yaml#L39C17-L39C34).
 This seems to be odd to have mypy only for integration but not for the actual 
CLI code base. If we do want to enforce code quality for static type checking 
via mypy, I would think we should do it on the actual code base for CLI.
   
   ### Describe the solution you'd like
   
   Enable mypy for actual CLI code base.
   
   ### Describe alternatives you've considered
   
   _No response_
   
   ### Additional context
   
   _No response_


-- 
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]

Reply via email to