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

Fix inheritance false positives with dataclasses/attrs #12411

Merged
merged 7 commits into from
Mar 22, 2022

Commits on Mar 21, 2022

  1. Fix multiple inheritance false positives in dataclasses and attrs cla…

    …sses
    
    Multiple inheritance from dataclasses and attrs classes works at runtime,
    so don't complain about `__match_args__` or `__attrs_attrs__` which tend
    to have incompatible types in subclasses.
    
    Fixes #12349. Fixes #12008. Fixes #12065.
    JukkaL committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    5ed1f00 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2022

  1. Configuration menu
    Copy the full SHA
    adb470b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7fde42e View commit details
    Browse the repository at this point in the history
  3. Clean up

    JukkaL committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    fb602a4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3c13f68 View commit details
    Browse the repository at this point in the history
  5. Fix lint

    JukkaL committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    a7e2c56 View commit details
    Browse the repository at this point in the history
  6. Minor cleanup

    JukkaL committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    ff42443 View commit details
    Browse the repository at this point in the history