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