Skip to content

Commit ecacaf1

Browse files
committed
Migrate workflow to pyright
1 parent 08828ff commit ecacaf1

File tree

3 files changed

+2
-39
lines changed

3 files changed

+2
-39
lines changed

.github/workflows/mypy.yaml renamed to .github/workflows/pyright.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ jobs:
2020
- name: Install dependencies
2121
run: |
2222
uv sync
23-
- name: Run Mypy
24-
run: uv run mypy .
23+
- name: Run Pyright
24+
run: uv run pyright

pyproject.toml

-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ select = [
108108

109109
[tool.uv]
110110
dev-dependencies = [
111-
"mypy>=1.12.0",
112111
"ruff>=0.6.9",
113112
"pytest>=8.3.3",
114113
"langchain>=0.3.3",

uv.lock

-36
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)