potiuk commented on PR #32089: URL: https://github.com/apache/airflow/pull/32089#issuecomment-1612124925
BTW. for static checks - what we recommend is to install pre-commit. This is what the output of failed static checks recommends - then static checks will be run automatically when you commit or amend a change (and optimized only to your changes). Also `breeze static-checks` command is useful (especially with `--last-commit` or `--only-my-changes` switches which run the static checks for last commit or all commits that you branched from main of respectively. All those tools are there specifically to be able to reproduce what CI does, locally so that you can fix them locally before you push (and in your case wait for someone to approve your changes). -- 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]
