potiuk commented on code in PR #62677:
URL: https://github.com/apache/airflow/pull/62677#discussion_r2869790827


##########
AGENTS.md:
##########
@@ -17,9 +17,10 @@
 - **Run a Python script:** `breeze run python dev/my_script.py`
 - **Run Airflow CLI:** `breeze run airflow dags list`
 - **Type-check:** `breeze run mypy path/to/code`
-- **Lint/format (runs on host):** `prek run --ref-from <target_branch>`
 - **Lint with ruff only:** `prek run ruff --ref-from <target_branch>`
 - **Format with ruff only:** `prek run ruff-format --ref-from <target_branch>`
+- **Run regular(fast) static checks:** `prek run --ref-from <target_branch> 
--hook-stage pre-commit`
+- **Run manual(slower) checks:** `prek run --ref-from <target_branch> 
--hook-stage manual`

Review Comment:
   ```suggestion
   - **Run regular (fast) static checks:** `prek run --ref-from <target_branch> 
--hook-stage pre-commit`
   - **Run manual (slower) checks:** `prek run --ref-from <target_branch> 
--hook-stage manual`
   ```



-- 
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]

Reply via email to