Skip to content

Commit 406725c

Browse files
Merge branch 'master' into feature/embedding-providers
2 parents c2f83b6 + a4ce62e commit 406725c

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

.github/workflows/pre-commit.yaml

+5-3
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@ name: pre-commit
33
on:
44
pull_request:
55
push:
6-
branches: [main]
6+
branches: [main, master, dev]
77

88
jobs:
9-
pre-commit:
9+
main:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v3
13-
- uses: actions/setup-python@v3
13+
- uses: actions/setup-python@v4
14+
with:
15+
python-version: 3.x
1416
- uses: pre-commit/[email protected]

.pre-commit-config.yaml

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
# See https://pre-commit.com for more information
2-
# See https://pre-commit.com/hooks.html for more hooks
3-
default_language_version:
4-
python: python3.10
5-
61
ci:
72
autofix_prs: true
83
autoupdate_commit_msg: '[pre-commit.ci] pre-commit suggestions'
@@ -11,7 +6,7 @@ ci:
116

127
repos:
138
- repo: https://github.com/pre-commit/pre-commit-hooks
14-
rev: v4.6.0
9+
rev: v5.0.0
1510
hooks:
1611
- id: check-yaml
1712
- id: end-of-file-fixer

0 commit comments

Comments
 (0)