Skip to content

Commit 20ae527

Browse files
committed
use pyright instead of mypy
1 parent 50cb3e2 commit 20ae527

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-package.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ jobs:
3131
poetry install
3232
- name: ruff
3333
run: poetry run ruff check supervisor_react
34-
- name: mypy
35-
run: poetry run mypy supervisor_react
34+
- name: pyright
35+
run: poetry run pyright supervisor_react

0 commit comments

Comments
 (0)