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

stubgen: generate valid dataclass stubs #15625

Merged
merged 4 commits into from
Sep 15, 2023

Commits on Jul 8, 2023

  1. Configuration menu
    Copy the full SHA
    faae3c0 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. Keep __init__ in dataclasses and add more tests

    We cannot safely remove `__init__` and depend on the plugin
    because its signature depends on dataclass field assignments to
    `dataclasses.field` and these assignments are not included in the stub
    hamdanal committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    691b8e9 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2023

  1. Configuration menu
    Copy the full SHA
    00db7c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be3028e View commit details
    Browse the repository at this point in the history