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 ac66090 commit 080b3f4Copy full SHA for 080b3f4
.github/workflows/test.yml
@@ -23,7 +23,7 @@ jobs:
23
path: ~/.cache/pip
24
key: pip-pyright
25
- name: Install dependencies
26
- run: pip install -e . pyright mypy
+ run: pip install -e . pyright==1.1.400 mypy
27
- name: Run pyright --verifytypes
28
run: pyright --verifytypes exceptiongroup --verbose
29
- name: Run pyright type test
pyproject.toml
@@ -104,4 +104,4 @@ commands = [
104
["pyright", "tests/check_types.py"],
105
["mypy", "tests/check_types.py"],
106
]
107
-deps = ["pyright", "mypy"]
+deps = ["pyright == 1.1.400", "mypy"]
0 commit comments