Skip to content

Commit eba1ad2

Browse files
authored
Merge branch 'main' into feature/simple-chatbot-example
2 parents 80a39f2 + 59fff69 commit eba1ad2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+6710
-774
lines changed

.pre-commit-config.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
fail_fast: true
2+
3+
repos:
4+
- repo: https://github.com/pre-commit/mirrors-prettier
5+
rev: v3.1.0
6+
hooks:
7+
- id: prettier
8+
types_or: [yaml, json5]
9+
10+
- repo: https://github.com/astral-sh/ruff-pre-commit
11+
rev: v0.8.1
12+
hooks:
13+
- id: ruff-format
14+
- id: ruff
15+
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)