From 78ecec20f0857faf865c495c7af824fd3b656cf4 Mon Sep 17 00:00:00 2001 From: Cloud Composer Team Date: Wed, 15 Mar 2023 10:08:04 +0000 Subject: [PATCH] fixup! Composer dependencies patch Change-Id: Ib17864fadfc37c140ce91548313bd73161cfc71c GitOrigin-RevId: faef3007028c38acfc501b8c263de156aabaaaad --- airflow/composer/.pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airflow/composer/.pre-commit-config.yaml b/airflow/composer/.pre-commit-config.yaml index 7e99ab87b4..739e36e550 100644 --- a/airflow/composer/.pre-commit-config.yaml +++ b/airflow/composer/.pre-commit-config.yaml @@ -14,7 +14,7 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. -# This is a copy of ".pre-commit-config.yaml" file with some adjustments, like ignoring some hooks by +# This is a copy of ".pre-commit-config.yaml" file with some adjustments, e.g. ignoring some hooks by # setting stages to [manual] value. --- default_stages: [commit, push]