potiuk commented on PR #30818: URL: https://github.com/apache/airflow/pull/30818#issuecomment-1518738847
FYI. @dylanbstorey - speaking of static checks: ``` pre-commit install ``` And let fixes be applied while commiting or (and) ``` breeze static-checks --last-commit ``` (after squashing all your commits to one) Those help with automatically fixing stuff before CI complains :). And yeah, there are cases it does not work when rebasing and things, but usually it does. -- 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]
