Skip to content

Conversation

pyup-bot
Copy link
Collaborator

This PR updates pylint from 1.8.2 to 1.9.1.

Changelog

1.9

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

Release date: 2018-05-15

 * Added two new Python 3 porting checks, `exception-escape` and `comprehension-escape`

   These two are emitted whenever pylint detects that a variable defined in the
   said blocks is used outside of the given block. On Python 3 these values are deleted.

 * Added a new `deprecated-sys-function`, emitted when accessing removed sys members.

 * Added `xreadlines-attribute`, emitted when the `xreadlines()` attribute is accessed.

 * The Python 3 porting mode can now run with Python 3 as well.

 * docparams extension allows abstract methods to document what overriding
   implementations should return, and to raise NotImplementedError without
   documenting it.

   Closes 2044

 * Special methods do not count towards `too-few-methods`,
   and are considered part of the public API.

 * Enum classes do not trigger `too-few-methods`

   Close 605

 * Added a new Python 2/3 check for accessing `operator.div`, which is removed in Python 3

   Close 1936

 * Added a new Python 2/3 check for accessing removed urllib functions

   Close 1997
Links

@pyup-bot pyup-bot mentioned this pull request May 16, 2018
@coveralls
Copy link

coveralls commented May 16, 2018

Coverage Status

Coverage remained the same at 100.0% when pulling d44ea72 on pyup-update-pylint-1.8.2-to-1.9.1 into 1319763 on master.

@pyup-bot
Copy link
Collaborator Author

pyup-bot commented Jun 6, 2018

Closing this in favor of #98

@pyup-bot pyup-bot closed this Jun 6, 2018
@s-m-i-t-a s-m-i-t-a deleted the pyup-update-pylint-1.8.2-to-1.9.1 branch June 6, 2018 17:52
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