We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4254aaf commit aa7f568Copy full SHA for aa7f568
.github/workflows/lint.yml
@@ -26,4 +26,4 @@ jobs:
26
args: check .
27
28
- name: Run Mypy
29
- run: uv run mypy stackone_ai
+ run: uv run mypy stackone_ai --exclude stackone_ai/server.py
pyproject.toml
@@ -26,6 +26,7 @@ dependencies = [
"bm25s>=0.2.2",
"numpy>=1.24.0",
"typing-extensions>=4.0.0",
+ "eval-type-backport; python_version<'3.10'",
30
]
31
32
[project.scripts]
0 commit comments