-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
f-string support #2265
Copy link
Copy link
Closed
Labels
Description
Right now neither mypy's parser nor the fast parser can even parse them, let alone type-check them!
Since this is probably kind of complicated, I'd think it'd be easier to basically treat them like normal strings first and then move on to full type-checking.
Reactions are currently unavailable