This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new f388da127bc Run test-coverage when airflowctl command has any change 
(#63216)
f388da127bc is described below

commit f388da127bcb8b44865cd1b0c78cbff9e8cc107d
Author: Bugra Ozturk <[email protected]>
AuthorDate: Mon Mar 9 21:22:39 2026 +0100

    Run test-coverage when airflowctl command has any change (#63216)
---
 airflow-ctl/.pre-commit-config.yaml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/airflow-ctl/.pre-commit-config.yaml 
b/airflow-ctl/.pre-commit-config.yaml
index 1f029eb314a..e63268b077e 100644
--- a/airflow-ctl/.pre-commit-config.yaml
+++ b/airflow-ctl/.pre-commit-config.yaml
@@ -60,4 +60,5 @@ repos:
         pass_filenames: false
         files:
           (?x)
-          ^src/airflowctl/api/operations\.py$
+          ^src/airflowctl/api/operations\.py$|
+          ^docs/images/command_hashes.txt$

Reply via email to