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/12/18 15:05:18 UTC

[GitHub] [airflow] potiuk commented on pull request #28434: Fix isort problems introduced by recent isort release

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

   I think I finally SORTED IT OUT (pun intended) ... 
   
   The bug https://github.com/PyCQA/isort/issues/2045 is the root cause of the problem, it changes the treatment of the known first/3rd party packages depending on set of files to process apparently and it messes up pre-commit integration.
   
   🤷 
   
   But with the exclusions I added now, it should work consistently in all case.


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