Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modernize type annotations using pyupgrade #3219

Merged
merged 1 commit into from
May 14, 2023
Merged

Modernize type annotations using pyupgrade #3219

merged 1 commit into from
May 14, 2023

Commits on May 12, 2023

  1. Modernize type annotations using pyupgrade

    * https://peps.python.org/pep-0604/ - Allow writing union types as `X | Y`
    * https://peps.python.org/pep-0585/ - Type Hinting Generics In Standard Collections
    oprypin committed May 12, 2023
    Configuration menu
    Copy the full SHA
    42ac1ea View commit details
    Browse the repository at this point in the history