gopidesupavan commented on code in PR #54258: URL: https://github.com/apache/airflow/pull/54258#discussion_r2277722242
########## contributing-docs/08_static_code_checks.rst: ########## @@ -536,30 +236,30 @@ for more details on how to configure Go proxy - including setting multiple proxi You can add the variable to your ``.bashrc`` or ``.zshrc`` if you do not want to set it manually every time you enter the terminal. -Manual pre-commits ------------------- +Manual prek hooks +----------------- Most of the checks we run are configured to run automatically when you commit the code. However, there are some checks that are not run automatically and you need to run them manually. Those checks are marked with ``manual`` in the ``Description`` column in the table below. You can run -them manually by running ``pre-commit run --hook-stage manual <hook-id>``. +them manually by running ``prek run --hook-stage manual <hook-id>``. -Special pin-versions pre-commit +Special pin-versions prek ------------------------------- Review Comment: ```suggestion Special pin-versions prek ------------------------- ``` -- 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]
