-
Notifications
You must be signed in to change notification settings - Fork 57
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
Ruff: Lint failed (error: Ruff crashed) #362
Comments
Thank you! |
I'm unable to reproduce this on MacOS with the following command:
The extension version |
@dhruvmanila - It looks like they're using latest (they upgraded from |
Oh sorry, I misread the first line. Still unable to reproduce with |
@dhruvmanila on macOS, I see the following in the logs:
|
Should be fixed in the latest release (2023.56.0, publishing now). |
@charliermarsh The original issue has not been resolved. I'm still getting the message |
If I run DEFAULT_SYSTEM_PROMPT = (
"Ты — Сайга, русскоязычный автоматический ассистент. "
"Ты разговариваешь с людьми и помогаешь им."
) I get the error. DEFAULT_SYSTEM_PROMPT = "Ты — Сайга, русскоязычный автоматический ассистент. Ты разговариваешь с людьми и помогаешь им." the error doesn't occur. |
Fixed by astral-sh/ruff#9146 |
The example below used to panic because we tried to split at 2 bytes in the 4-bytes character `转`. ```python def sample_func(xx): """ 转置 (transpose) """ return xx.T ``` Fixes #9145 Fixes astral-sh/ruff-vscode#362 The second commit is a small test refactoring.
I just upgraded to the latest version from
v2023.50.0
and got the following error:The error is related to these lines of code:
My settings.json
VS Code extension versions -
v2023.54.0
Environment:
OS:
Archlinux
Python:
3.11 (conda env)
The text was updated successfully, but these errors were encountered: