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 2020/10/19 12:34:36 UTC

[GitHub] [airflow] timqsh commented on pull request #11613: fix imports sort

timqsh commented on pull request #11613:
URL: https://github.com/apache/airflow/pull/11613#issuecomment-712125809


   It looks like `skip_glob` flag of isort is confusing. It doesn't work with * and ** like real glob, but rather just treats * like .* in regexp.
   
   I made skips in setup.cfg consistent with pre-commit.


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

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