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 astroid to 2.3.1 #22

Merged
merged 2 commits into from Sep 30, 2019
Merged

Conversation

pyup-bot
Copy link
Contributor

This PR updates astroid from 2.3.0 to 2.3.1.

Changelog

2.3.1

============================
Release Date: 2019-09-30

* A transform for the builtin `dataclasses` module was added.

This should address various `dataclasses` issues that were surfaced
even more after the release of pylint 2.4.0.
In the previous versions of `astroid`, annotated assign nodes were
allowed to be retrieved via `getattr()` but that no longer happens
with the latest `astroid` release, as those attribute are not actual
attributes, but rather virtual ones, thus an operation such as `getattr()`
does not make sense for them.

* Update attr brain to partly understand annotated attributes

Close 656
Links

@glenjarvis glenjarvis merged commit 3217070 into develop Sep 30, 2019
@glenjarvis glenjarvis mentioned this pull request Sep 30, 2019
@glenjarvis glenjarvis deleted the pyup-update-astroid-2.3.0-to-2.3.1 branch October 28, 2019 19:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants