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 ef85336 commit 7c980a8Copy full SHA for 7c980a8
.github/workflows/test.yml
@@ -24,7 +24,7 @@ jobs:
24
path: ~/.cache/pip
25
key: pip-pyright
26
- name: Install dependencies
27
- run: pip install -e . pyright==1.1.400 mypy
+ run: pip install -e . pyright mypy
28
- name: Run pyright --verifytypes
29
run: pyright --verifytypes exceptiongroup --verbose
30
- name: Run pyright type test
0 commit comments