Skip to content

Commit

Permalink
Use pyright instead!
Browse files Browse the repository at this point in the history
  • Loading branch information
Moosems committed May 11, 2024
1 parent b1f872f commit fec9f9f
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:

- name: Code Formatting (App)
run: |
pip install mypy
pip install pyright
pip install -r requirements.txt
mypy --install-types
mypy .
pyright .

0 comments on commit fec9f9f

Please sign in to comment.