asottile / pyupgrade

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

handle constant folding with comments on multilines better #933

Closed asottile closed 8 months ago

asottile commented 8 months ago

resolves #932

there's not a great way to keep the comments so it's just easier to remove them. the programmer can add them back if desired 🤷