Skip to content

Update astroid to 2.7.3#245

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

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

Conversation

@pyup-bot
Copy link
Copy Markdown
Collaborator

This PR updates astroid from 2.7.2 to 2.7.3.

Changelog

2.7.3

============================
Release date: 2021-08-30

* The transforms related to a module are applied only if this module has not been explicitly authorized to be imported
(i.e is not in AstroidManager.extension_package_whitelist). Solves the following issues if numpy is authorized to be imported
through the `extension-pkg-allow-list` option.

Closes PyCQA/pylint3342
Closes PyCQA/pylint4326

* Fixed bug in attribute inference from inside method calls.

 Closes PyCQA/pylint400

* Fixed bug in inference for superclass instance methods called
from the class rather than an instance.

 Closes 1008
 Closes PyCQA/pylint4377

* Fixed bug in inference of chained attributes where a subclass
had an attribute that was an instance of its superclass.

 Closes PyCQA/pylint4220

* Adds a brain for the ctypes module.

Closes PyCQA/pylint4896

* When processing dataclass attributes, exclude the same type hints from abc.collections
as from typing.

Closes PyCQA/pylint4895

* Apply dataclass inference to pydantic's dataclasses.

Closes PyCQA/pylint4899
Links

@codecov
Copy link
Copy Markdown

codecov Bot commented Aug 30, 2021

Codecov Report

Merging #245 (edd5e92) into master (4a88638) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #245   +/-   ##
=======================================
  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 4a88638...edd5e92. Read the comment docs.

@YourLocalBlake
Copy link
Copy Markdown
Member

bors r+

@bors
Copy link
Copy Markdown
Contributor

bors Bot commented Sep 7, 2021

Build succeeded:

@bors bors Bot merged commit 5e1d5da into master Sep 7, 2021
@YourLocalBlake YourLocalBlake deleted the pyup-update-astroid-2.7.2-to-2.7.3 branch September 7, 2021 03:15
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