◐ Shell
clean mode source ↗

Update enum to CPython 3.11.5 by dvermd · Pull Request #5074 · RustPython/RustPython

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@dvermd

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 ?

@fanninpm

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 ?

This might be in conjunction with CPython 3.12.0 also being released today.

@youknowone

I don't believe the result of ruff run is related to CPython version. It must have been triggered by ruff update

@youknowone

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

fanninpm

Co-authored-by: fanninpm <fanninpm@miamioh.edu>

youknowone

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍