Skip to content

Commit fad1421

Browse files
Add pyright
1 parent ca94563 commit fad1421

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,8 @@ jobs:
2626
- name: Run linters
2727
run: uv run ruff check .
2828

29+
- name: Run type checks
30+
run: uv run pyright
31+
2932
- name: Run tests
3033
run: uv run pytest tests

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ dependencies = [
1111
[dependency-groups]
1212
dev = [
1313
"httpx>=0.28.1",
14+
"pyright>=1.1.405",
1415
"pytest>=8.4.1",
1516
"pytest-asyncio>=1.1.0",
1617
"ruff>=0.12.11",

0 commit comments

Comments
 (0)