Skip to content

Update astroid to 2.8.0#249

Merged
bors[bot] merged 1 commit intomasterfrom
pyup-update-astroid-2.7.3-to-2.8.0
Sep 16, 2021
Merged

Update astroid to 2.8.0#249
bors[bot] merged 1 commit intomasterfrom
pyup-update-astroid-2.7.3-to-2.8.0

Conversation

@pyup-bot
Copy link
Copy Markdown
Collaborator

This PR updates astroid from 2.7.3 to 2.8.0.

Changelog

2.8.0

============================
Release date: 2021-09-14

* Add additional deprecation warnings in preparation for astroid 3.0

* Require attributes for some node classes with ``__init__`` call.

 * ``name`` (``str``) for ``Name``, ``AssignName``, ``DelName``
 * ``attrname`` (``str``) for ``Attribute``, ``AssignAttr``, ``DelAttr``
 * ``op`` (``str``) for ``AugAssign``, ``BinOp``, ``BoolOp``, ``UnaryOp``
 * ``names`` (``list[tuple[str, str | None]]``) for ``Import``

* Support pyz imports

Closes PyCQA/pylint3887

* Add ``node_ancestors`` method to ``NodeNG`` for obtaining the ancestors of nodes.

* It's now possible to infer the value of comparison nodes

Closes 846

* Fixed bug in inference of dataclass field calls.

 Closes PyCQA/pylint4963
Links

@codecov
Copy link
Copy Markdown

codecov Bot commented Sep 14, 2021

Codecov Report

Merging #249 (eade7ed) into master (5520451) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #249   +/-   ##
=======================================
  Coverage   26.30%   26.30%           
=======================================
  Files          15       15           
  Lines        4409     4409           
=======================================
  Hits         1160     1160           
  Misses       3249     3249           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5520451...eade7ed. Read the comment docs.

@YourLocalBlake
Copy link
Copy Markdown
Member

bors r+

@bors
Copy link
Copy Markdown
Contributor

bors Bot commented Sep 16, 2021

Build succeeded:

@bors bors Bot merged commit eaf6878 into master Sep 16, 2021
@YourLocalBlake YourLocalBlake deleted the pyup-update-astroid-2.7.3-to-2.8.0 branch September 22, 2021 05:45
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.

2 participants