Merge branch 'master' into feature/embedding-providers

This commit is contained in:
Kacper Łukawski
2025-03-05 23:04:56 +01:00
2 changed files with 6 additions and 9 deletions

View File

@@ -3,12 +3,14 @@ name: pre-commit
on:
pull_request:
push:
branches: [main]
branches: [main, master, dev]
jobs:
pre-commit:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: actions/setup-python@v4
with:
python-version: 3.x
- uses: pre-commit/action@v3.0.1

View File

@@ -1,8 +1,3 @@
# See https://pre-commit.com for more information
# See https://pre-commit.com/hooks.html for more hooks
default_language_version:
python: python3.10
ci:
autofix_prs: true
autoupdate_commit_msg: '[pre-commit.ci] pre-commit suggestions'
@@ -11,7 +6,7 @@ ci:
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-yaml
- id: end-of-file-fixer