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

amoghdesai 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 e3fe06382df Removed accidentally added 'echo' in precommit (#47560)
e3fe06382df is described below

commit e3fe06382df4b19f2c0de40ce7c0bdc726754c74
Author: Amogh Desai <[email protected]>
AuthorDate: Mon Mar 10 18:39:03 2025 +0530

    Removed accidentally added 'echo' in precommit (#47560)
---
 .pre-commit-config.yaml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index d9ef02045b8..a6bf8217b2b 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -688,7 +688,6 @@ repos:
         entry: "^\\s*from airflow\\.models\\.baseoperatorlink import 
BaseOperatorLink\\b"
         files: \.py$
         pass_filenames: true
-        echo: True
         exclude: >
           (?x)
           ^airflow/decorators/.*$|

Reply via email to