You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 24, 2020. It is now read-only.
I get this Pyright errors in neovim which are wrong. It says the import pygame cant be resolved but everything works fine in the code. Is there a way to remove it or is Pyright necessary?I have flake8 as linter, so do I need this pyright. Below is the image of the error:
The text was updated successfully, but these errors were encountered:
(5) Create a configuration file for Pyright and put it the root of project directory. The full path of this pyright configuration file is "~/workspace/django/test-002/pyrightconfig.json".
$ cd ~/workspace/django/test-002
$ touch pyrightconfig.json
$ vim pyrightconfig.json
I get this Pyright errors in neovim which are wrong. It says the import pygame cant be resolved but everything works fine in the code. Is there a way to remove it or is Pyright necessary?I have flake8 as linter, so do I need this pyright. Below is the image of the error:
The text was updated successfully, but these errors were encountered: