potiuk commented on pull request #13314:
URL: https://github.com/apache/airflow/pull/13314#issuecomment-751367195


   Another part of this change is vastly enriched output of 'setup-order' 
pre-commit. It will not only check everything for order but also will print 
what is being checked. I found out that several lists were wrongly ordered 
because some regular expressions were "stopping" comparison when there was '[" 
as part of requirement (so anything behind requirements with extras could be 
unsorted). Now you can see exactly what is being checked.
   
   You can try yourself by:
   
   ```
   pre-commit run setup-order -v --all-files
   ```
   
   ![Screenshot from 2020-12-26 
16-32-01](https://user-images.githubusercontent.com/595491/103154512-fc180b00-4797-11eb-878a-8b453579f4f7.png)
   


----------------------------------------------------------------
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:
[email protected]


Reply via email to