Skip to content

Commit e54094e

Browse files
[pre-commit.ci] pre-commit autoupdate (#1159)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/pycqa/isort: 5.13.2 → 6.0.1](PyCQA/isort@5.13.2...6.0.1) - [github.com/PyCQA/docformatter: 06907d0 → v1.7.7](PyCQA/docformatter@06907d0...v1.7.7) - [github.com/psf/black.git: 24.10.0 → 25.1.0](https://github.com/psf/black.git/compare/24.10.0...25.1.0) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1) - [github.com/astral-sh/ruff-pre-commit: v0.8.6 → v0.12.2](astral-sh/ruff-pre-commit@v0.8.6...v0.12.2) * Fix typo Signed-off-by: chensuyue <[email protected]> * Update test trigger path Signed-off-by: chensuyue <[email protected]> --------- Signed-off-by: chensuyue <[email protected]>
1 parent 278886c commit e54094e

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

.github/workflows/pr-chart-e2e.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ on:
88
branches: [main]
99
types: [opened, reopened, ready_for_review, synchronize] # added `ready_for_review` since draft is skipped
1010
paths:
11-
- helm-charts/**
11+
- "helm-charts/**"
12+
- "!**.md"
1213
workflow_dispatch:
1314

1415
concurrency:

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,12 @@ repos:
5656
name: Unused noqa
5757

5858
- repo: https://github.com/pycqa/isort
59-
rev: 5.13.2
59+
rev: 6.0.1
6060
hooks:
6161
- id: isort
6262

6363
- repo: https://github.com/PyCQA/docformatter
64-
rev: 06907d0
64+
rev: v1.7.7
6565
hooks:
6666
- id: docformatter
6767
args: [
@@ -82,7 +82,7 @@ repos:
8282
8383

8484
- repo: https://github.com/psf/black.git
85-
rev: 24.10.0
85+
rev: 25.1.0
8686
hooks:
8787
- id: black
8888
files: (.*\.py)$
@@ -96,15 +96,15 @@ repos:
9696
- black==24.3.0
9797

9898
- repo: https://github.com/codespell-project/codespell
99-
rev: v2.3.0
99+
rev: v2.4.1
100100
hooks:
101101
- id: codespell
102102
args: [-w]
103103
additional_dependencies:
104104
- tomli
105105

106106
- repo: https://github.com/astral-sh/ruff-pre-commit
107-
rev: v0.8.6
107+
rev: v0.12.2
108108
hooks:
109109
- id: ruff
110110
args: [--fix, --exit-non-zero-on-fix, --no-cache]

helm-charts/common/embedding-usvc/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The OPEA embedding microservice depends on one of the following backend services
1010

1111
- multimodal embedding BridgeTower: please refer to [mm-embedding](../mm-embedding) chart for more information.
1212

13-
- prediction guard: please refert to external [Prediction Guard](https://predictionguard.com) for more information.
13+
- prediction guard: please refer to external [Prediction Guard](https://predictionguard.com) for more information.
1414

1515
First, you need to get the dependent service deployed, i.e. deploy the `tei` helm chart, `mm-embedding` helm chart, or contact prediction guard to get access info.
1616

0 commit comments

Comments
 (0)