Bowrna commented on pull request #21796: URL: https://github.com/apache/airflow/pull/21796#issuecomment-1059929306
@Dev232001 run `pre-commit run --all-files` locally in your machine to fix the black formatting, sorting issues. There are a few duplicate imports too. If you run the command locally it will point to the files with those errors. you can fix it and commit to avoid static check issues. Alternatively you can run static check via Breeze too. Under the hood this runs pre-commit too. https://github.com/apache/airflow/blob/main/BREEZE.rst#running-static-checks -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
