-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[Panic] Accidental Space after function name (instead of opening parenthesis) crashes Ruff #11105
Comments
Hi, thanks for the report! I think this might already be fixed on the latest version (ruff 0.4.1). Cc. @dhruvmanila |
Yes, I see you are correct - it no longer occurs once I upgraded to 0.4.1 Sorry - I'll make sure I upgrade to the latest version next time before raising any issues. |
Thanks for confirming! No worries :-)
Either is fine ;-) |
Already fixed in 0.4.1 |
Thanks @greywidget |
Keywords checked: "function name", "trailing space"
I was starting to define a Django View and accidentally hit "space" instead of "left parenthesis" after View function name:
Using Ruff plugin for VSCode. Ruff version:
0.4.0
Error
pyproject.toml relevant settings:
The text was updated successfully, but these errors were encountered: