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 pylint to 1.9.1 #116

Closed
wants to merge 1 commit into from
Closed

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

Coverage Status

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

1 similar comment
@coveralls
Copy link

coveralls commented May 16, 2018

Coverage Status

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

@pyup-bot
Copy link
Collaborator Author

pyup-bot commented Jun 6, 2018

Closing this in favor of #121

@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 19:07
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