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

Update enums to reflect typing spec changes #1020

Merged
merged 5 commits into from
Oct 30, 2024
Merged

Commits on Oct 30, 2024

  1. Update enums to reflect typing spec changes

    See https://typing.readthedocs.io/en/latest/spec/enums.html#defining-members
    
    python/typing-council#11
    
    The next version of mypy will obey the spec change:
    python/mypy#18068
    
    pyright already requires this
    hauntsaninja committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    1b109c9 View commit details
    Browse the repository at this point in the history
  2. warning

    hauntsaninja committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    47d0b80 View commit details
    Browse the repository at this point in the history
  3. .

    hauntsaninja committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    ffa26f2 View commit details
    Browse the repository at this point in the history
  4. .

    hauntsaninja committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    c581646 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e505d82 View commit details
    Browse the repository at this point in the history