Skip to content

Commit 0306526

Browse files
committed
New universal skills.
1 parent 2e73484 commit 0306526

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
@@ -29,7 +29,7 @@ repos:
2929
- id: black
3030
exclude: ^(tests/|test/|scripts/|script/)
3131
- repo: https://github.com/astral-sh/ruff-pre-commit
32-
rev: v0.15.2
32+
rev: v0.15.4
3333
hooks:
3434
- id: ruff
3535
types_or: [ python, pyi, jupyter ]

compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ services:
6767
- "MODEL_ID=${MODEL_ID:-qwen/qwen3-coder-next}"
6868
- "DEBUG=False"
6969
- "ENABLE_WEB_UI=True"
70+
- "ENABLE_OTEL=True"
7071
ports:
7172
- "9012:9012"
7273
healthcheck:

0 commit comments

Comments
 (0)