Skip to content

Commit

Permalink
use pyright instead of mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
jouve committed Dec 19, 2024
1 parent 50cb3e2 commit 20ae527
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ jobs:
poetry install
- name: ruff
run: poetry run ruff check supervisor_react
- name: mypy
run: poetry run mypy supervisor_react
- name: pyright
run: poetry run pyright supervisor_react

0 comments on commit 20ae527

Please sign in to comment.