You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/04/19 18:34:44 UTC

[GitHub] [airflow] potiuk commented on pull request #23094: Fix artifact for MyPy checks

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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org