-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pyright needs to be added to 'dev-install' make instruction. #22
Comments
actually pyrights is only needed for CI in our case: https://github.com/aliev/aioauth/blob/master/.github/workflows/python-package.yml#L38 If you are using vscode, it will already be installed after installing the official Python extension from Microsoft. so no need to run We can also think about removing pyright from Documenting is also good idea, i think for type checking locally someone might prefer mypy. |
Roger that.
I have it installed, but it was causing some unwarranted issues on my Mac due to it not being globally installed. Was just documenting the case on Issues so I didn't forget.
That's a design choice that is up to you. :)
For sure- I'll be sure to add it on #21 under |
@synchronizing I'm closing this issue since I migrated project to mypy :) |
Unsure how one would go about this, but the NPM package
pyright
needs to be added to thedev-install
Makefile
instruction. Simply doingnpm install -g pyright
will not suffice as Mac and Linux users requiresudo
, and it would be unknown whether or not the user hasnpm
installed to begin with.My best guess is documenting this is the best way around this. Opening issue as a form of discussion.
The text was updated successfully, but these errors were encountered: