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 00099d0 commit e511768Copy full SHA for e511768
.github/workflows/validate.yml
@@ -24,5 +24,7 @@ jobs:
24
run: isort ./ --check
25
- name: Run black
26
run: black ./ --check
27
+ - name: Run pyright
28
+ run: pyright
29
- name: Run test install
30
run: pip install .
0 commit comments