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 ca94563 commit fad1421Copy full SHA for fad1421
.github/workflows/test.yml
@@ -26,5 +26,8 @@ jobs:
26
- name: Run linters
27
run: uv run ruff check .
28
29
+ - name: Run type checks
30
+ run: uv run pyright
31
+
32
- name: Run tests
33
run: uv run pytest tests
pyproject.toml
@@ -11,6 +11,7 @@ dependencies = [
11
[dependency-groups]
12
dev = [
13
"httpx>=0.28.1",
14
+ "pyright>=1.1.405",
15
"pytest>=8.4.1",
16
"pytest-asyncio>=1.1.0",
17
"ruff>=0.12.11",
0 commit comments