-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
E999 Syntax error on match statement with python 3.10 #1783
Comments
Duplicate of #282 |
And i though i was good at searching github issues... 😅 |
All good :) We're working on it! |
Fixed as of v0.0.250 which included |
@charliermarsh got this on |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Incredible tool so far, working on replacing all of pylint in our monorepo with ruff right now, and using the vscode extension.
Bug:
Ruff seams to not be able to handle python 3.10 match cases?
Got it down to a very small working example, even specifying py310 in pyproject.toml or from command line does not work.
This example is just one python file, no pyproject.toml or ruff.toml.
Here is the small code snippet.
Edit:
Here is a Dockerfile that re-creates the bug, so it is nothing weird on my machine
The text was updated successfully, but these errors were encountered: