Skip to content

Commit

Permalink
Install pyright with poetry run init
Browse files Browse the repository at this point in the history
  • Loading branch information
jason0x43 committed Oct 25, 2020
1 parent a503a88 commit 5d6ab98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

def init():
call("poetry install", shell=True)
call("npm install -g pyright", shell=True)
call("poetry run pre-commit install", shell=True)


Expand Down

0 comments on commit 5d6ab98

Please sign in to comment.