Warn for non-frontier LLM selections

This commit is contained in:
Devin AI
2026-06-26 13:10:50 +00:00
parent 7141ccff62
commit 94c361cbb6
7 changed files with 119 additions and 6 deletions
+2 -1
View File
@@ -11,12 +11,13 @@ repos:
# MyPy for static type checking
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.16.0
rev: v1.19.1
hooks:
- id: mypy
additional_dependencies: [
types-requests,
types-python-dateutil,
types-Pygments,
pydantic,
fastapi,
pytest,