Skip to content

Update pylint to 2.4.2#127

Merged
glenjarvis merged 1 commit into
developfrom
pyup-update-pylint-2.4.1-to-2.4.2
Sep 30, 2019
Merged

Update pylint to 2.4.2#127
glenjarvis merged 1 commit into
developfrom
pyup-update-pylint-2.4.1-to-2.4.2

Conversation

@pyup-bot
Copy link
Copy Markdown
Collaborator

This PR updates pylint from 2.4.1 to 2.4.2.

Changelog

2.4.2

===========================

Release date: 2019-09-30


* ``ignored-modules`` can skip submodules. Close 3135

* ``self-assigning-variable`` skips class level assignments.

Close 2930

* ``consider-using-sys-exit`` is exempted when `exit()` is imported from `sys`

Close 3145

* Exempt annotated assignments without variable from ``class-variable-slots-conflict``

Close 3141

* Fix ``utils.is_error`` to account for functions returning early.

This fixes a false negative with ``unused-variable`` which was no longer triggered
when a function raised an exception as the last instruction, but the body of the function
still had unused variables.

Close 3028
Links

@glenjarvis glenjarvis merged commit e693c42 into develop Sep 30, 2019
@glenjarvis glenjarvis deleted the pyup-update-pylint-2.4.1-to-2.4.2 branch September 30, 2019 19:46
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