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 2.5.3 #147

Merged
merged 1 commit into from
Jun 9, 2020
Merged

Update pylint to 2.5.3 #147

merged 1 commit into from
Jun 9, 2020

Conversation

pyup-bot
Copy link
Contributor

@pyup-bot pyup-bot commented Jun 8, 2020

This PR updates pylint from 2.5.2 to 2.5.3.

Changelog

2.5.3

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

Release date: 2020-06-8

* Fix a regression where disable comments that have checker names with numbers in them are not parsed correctly

Close 3666

* `property-with-parameters` properly handles abstract properties

Close 3600

* `continue-in-finally` no longer emitted on Python 3.8 where it's now valid

Close 3612

* Fix a regression where messages with dash are not fully parsed

Close 3604

* In a TOML configuration file, it's now possible to use rich (non-string) types, such as list, integer or boolean instead of strings. For example, one can now define a *list* of message identifiers to enable like this::

 enable = [
     "use-symbolic-message-instead",
     "useless-suppression",
 ]

Close 3538

* Fix a regression where the score was not reported with multiple jobs

Close 3547

* Protect against `AttributeError` when checking `cell-var-from-loop`

Close 3646
Links

@duckinator
Copy link
Owner

bors r+

@bors bors bot merged commit 5fa85dd into master Jun 9, 2020
@bors bors bot deleted the pyup-update-pylint-2.5.2-to-2.5.3 branch June 9, 2020 16:31
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