potiuk commented on pull request #19334: URL: https://github.com/apache/airflow/pull/19334#issuecomment-955573335
CC: @dstandish -> I am not sure how Many problems we will have now with moving mypy from 0.770 to 0.910, but imagine if every developer had their own version of mypy installation with their own versions of other dependencies in their own version of Python. This is is why running mypy in the same docker with the same python + the same dependencies is a very good option (even if it is slower on MacOS) :(. In this case just changing Image from 3.6 to 3.7 to run mypy caused: ``` /usr/local/lib/python3.7/site-packages/git/cmd.py:71: error: INTERNAL ERROR -- Please try using mypy master on Github: ``` But I expect quite a number of new errors reported with newer version of Mypy. -- 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]
