potiuk commented on PR #23094:
URL: https://github.com/apache/airflow/pull/23094#issuecomment-1102963157

   Hey @ashb  - I think I figured out why the MyPy "instability" happens and 
updated the PR to fix it permanently.
   
   I think it has to do with the number of files and the fact that it's 
semi-random how pre-commit splits files if it decides to split long list of 
files in two commands.
   
   This PR now makes the split "consistent" - it splits the files to check into 
"core" and "providers" buckets. Which sooner or later we will have to do anyway 
when/if we split repos.


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