asottile / pyupgrade

A tool (and pre-commit hook) to automatically upgrade syntax for newer versions of the language.
MIT License
3.61k stars 184 forks source link

prevent dict/set rewrite directly in f-string placeholder #979

Closed asottile closed 1 month ago

asottile commented 1 month ago

this can change the syntax by doubling the curly braces

resolves #976