Merge branch 'main' into add_reasoning_handling_draft

This commit is contained in:
Teknium 2026-01-15 01:13:03 -08:00 committed by GitHub
commit 351403dcc5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,7 +13,7 @@ repos:
- id: black - id: black
- repo: https://github.com/astral-sh/ruff-pre-commit - repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.14.10 rev: v0.14.11
hooks: hooks:
- id: ruff - id: ruff
args: ["--select=I", "--fix"] # Only run import-related rules args: ["--select=I", "--fix"] # Only run import-related rules