asottile / pyupgrade

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

Add `--py313-plus` flag #956

Closed hugovk closed 1 month ago

hugovk commented 1 month ago

Add the flag for PEP 696 TypeVar rewrites (added in https://github.com/asottile/pyupgrade/pull/948):

https://github.com/asottile/pyupgrade#pep-696-typevar-defaults

asottile commented 1 month ago

not until rc1