Update enum to CPython 3.11.5 by dvermd · Pull Request #5074 · RustPython/RustPython
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Conversation
ruff has been updated from 0.0.291 to 0.0.292 today which seem to cause this parsing error.
Do you know where extra_tests/snippets/syntax_fstring.py comes from ? Can this line be deleted ?
ruff has been updated from 0.0.291 to 0.0.292 today which seem to cause this parsing error. Do you know where
extra_tests/snippets/syntax_fstring.pycomes from ? Can this line be deleted ?
This might be in conjunction with CPython 3.12.0 also being released today.
I don't believe the result of ruff run is related to CPython version. It must have been triggered by ruff update
I reported this to Ruff project astral-sh/ruff#7778
I will also pin ruff version to 0.0.291 for a while to avoid this error
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍