j178 commented on code in PR #54258: URL: https://github.com/apache/airflow/pull/54258#discussion_r2273718131
########## contributing-docs/08_static_code_checks.rst: ########## @@ -19,491 +19,191 @@ Static code checks ================== The static code checks in Airflow are used to verify that the code meets certain quality standards. -All the static code checks can be run through pre-commit hooks. +All the static code checks can be run through prek hooks. -The pre-commit hooks perform all the necessary installation when you run them -for the first time. See the table below to identify which pre-commit checks require the Breeze Docker images. +The prek hooks perform all the necessary installation when you run them +for the first time. See the table below to identify which prek checks require the Breeze Docker images. You can also run the checks via `Breeze <../dev/breeze/doc/README.rst>`_ environment. **The outline for this document in GitHub is available at top-right corner button (with 3-dots and 3 lines).** -Pre-commit hooks ----------------- +Prek hooks +---------- -Pre-commit hooks help speed up your local development cycle and place less burden on the CI infrastructure. -Consider installing the pre-commit hooks as a necessary prerequisite. +THe pre-commit hooks help speed up your local development cycle and place less burden on the CI infrastructure. Review Comment: ```suggestion The pre-commit hooks help speed up your local development cycle and place less burden on the CI infrastructure. ``` -- 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]
