Skip to content

Commit e230f8d

Browse files
committed
New universal skills.
1 parent 94fbf29 commit e230f8d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ repos:
2727
hooks:
2828
- id: black
2929
- repo: https://github.com/astral-sh/ruff-pre-commit
30-
rev: v0.15.2
30+
rev: v0.15.4
3131
hooks:
3232
- id: ruff
3333
types_or: [ python, pyi, jupyter ]

compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ services:
6262
- "MODEL_ID=${MODEL_ID:-qwen/qwen3-coder-next}"
6363
- "DEBUG=False"
6464
- "ENABLE_WEB_UI=True"
65+
- "ENABLE_OTEL=True"
6566
ports:
6667
- "9015:9015"
6768
healthcheck:

0 commit comments

Comments
 (0)