-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
python312Related to Python 3.12Related to Python 3.12ruleImplementing or modifying a lint ruleImplementing or modifying a lint rule
Description
RUF001, RUF002, and RUF003 checks for ambiguous unicode character in strings, comments and docstrings respectively.
The rule needs to be updated to check for the same inside a f-string. Here, we only need to check within a FStringMiddle token which contains the non-expression part of a f-string.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
python312Related to Python 3.12Related to Python 3.12ruleImplementing or modifying a lint ruleImplementing or modifying a lint rule