potiuk opened a new issue #20740: URL: https://github.com/apache/airflow/issues/20740
We should rewrite the action to run static checks with Breeze. Currently implemented by 'static-checks' opetoin. The should baiscally run appropriate `pre-commit run` statement. The difference vs. running just pre-commit is that it should implement auto-complete of checks available (pre-commit does not have it) and make sure that CI image is built for the checks that require it. The list of available static checks should be retrieved by parsing the .pre-commit.yml file rather than (as it is currently done) maintaining the list in ./breeze-complete script More info on static checks: https://github.com/apache/airflow/blob/main/STATIC_CODE_CHECKS.rst -- 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]
