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

Defaultdict lambdas #901

Closed UnknownPlatypus closed 1 year ago

UnknownPlatypus commented 1 year ago

Fixes #899

I left a few comments with some questions.

adamchainz commented 1 year ago

Nice feature, it just fixed seven cases on a client code base. Thanks both!

UnknownPlatypus commented 1 year ago

Thanks Adam and thanks Anthony for the thorough review and tweaks!