We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50cb3e2 commit 20ae527Copy full SHA for 20ae527
.github/workflows/python-package.yml
@@ -31,5 +31,5 @@ jobs:
31
poetry install
32
- name: ruff
33
run: poetry run ruff check supervisor_react
34
- - name: mypy
35
- run: poetry run mypy supervisor_react
+ - name: pyright
+ run: poetry run pyright supervisor_react
0 commit comments