We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I think something changed with pyright, specifically after 1.1.366.
pyright
1.1.366
When running pyright-polite, I see the normal polite outbut, but I'm also getting:
pyright-polite
pyright-polite: error: pyright returned unexpected JSON (unexpected EOF)
Here's a simple ./foo.py file to show the error:
./foo.py
print("bar")
Calling pyright-polite...
> pyright-polite ./foo.py
Found 1 source file 0 errors, 0 warnings, 0 informations pyright-polite: error: pyright returned unexpected JSON (unexpected EOF)
pyright==1.1.370 pyright-polite==1.0.5
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I think something changed with
pyright
, specifically after1.1.366
.When running
pyright-polite
, I see the normal polite outbut, but I'm also getting:Reproducing it...
Here's a simple
./foo.py
file to show the error:Calling
pyright-polite
...Versions
The text was updated successfully, but these errors were encountered: