From 3ac391a1d2a0e62d335a99865c7aa88f113cbca9 Mon Sep 17 00:00:00 2001 From: Zhenzhong1 <109137058+Zhenzhong1@users.noreply.github.com> Date: Wed, 11 Sep 2024 21:40:00 +0800 Subject: [PATCH] Fixed CI yaml (#672) * fixed CI yaml * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 2 +- tests/cores/mega/ChatQnA_E2E_manifests_base.yaml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 75665c3f9..1d374865a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -91,7 +91,7 @@ repos: hooks: - id: prettier args: [--print-width=120] - types_or: [yaml, markdown, html, css, scss, javascript, json, ts, shell, sh] + types_or: [markdown, html, css, scss, javascript, json, ts, shell, sh] additional_dependencies: - prettier@3.2.5 diff --git a/tests/cores/mega/ChatQnA_E2E_manifests_base.yaml b/tests/cores/mega/ChatQnA_E2E_manifests_base.yaml index 08655b8c7..115a81fc2 100644 --- a/tests/cores/mega/ChatQnA_E2E_manifests_base.yaml +++ b/tests/cores/mega/ChatQnA_E2E_manifests_base.yaml @@ -673,4 +673,3 @@ spec: app: vector-db type: ClusterIP --- -