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

Add support for attrs v21.3.0+ #1331

Merged
merged 9 commits into from Jan 20, 2022
Merged

Commits on Jan 5, 2022

  1. Add support for attrs v21.3.0+

    Since version [21.3.0](https://github.com/python-attrs/attrs/releases/tag/21.3.0)
    you can now `import attrs` instead of just `import attr`.
    
    This patch adds support so that astroid doesn't barf on classes created
    using `@attrs.define`.
    jacobbogdanov committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    aef4130 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2022

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

Commits on Jan 18, 2022

  1. Update tests/unittest_brain.py

    Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
    jacobbogdanov and DanielNoord committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    3119997 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e7cefe View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2022

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

Commits on Jan 20, 2022

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