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 #151

Merged
merged 2 commits into from
Jun 10, 2020
Merged

Update pylint to 2.5.3 #151

merged 2 commits into from
Jun 10, 2020

Conversation

pyup-bot
Copy link
Collaborator

@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

@codecov
Copy link

codecov bot commented Jun 8, 2020

Codecov Report

Merging #151 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #151   +/-   ##
=======================================
  Coverage   26.08%   26.08%           
=======================================
  Files          15       15           
  Lines        4431     4431           
=======================================
  Hits         1156     1156           
  Misses       3275     3275           

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 e05ef8e...7102873. Read the comment docs.

@YourLocalBlake
Copy link
Member

bors r+

@bors
Copy link
Contributor

bors bot commented Jun 9, 2020

Merge conflict.

@YourLocalBlake
Copy link
Member

fixed merge conflict arising from merging multiple branches at once.

@YourLocalBlake
Copy link
Member

bors r+

@YourLocalBlake
Copy link
Member

circleci will continue failing because pysynphot cannot be built from wheels

@bors
Copy link
Contributor

bors bot commented Jun 10, 2020

Build succeeded:

@bors bors bot merged commit 8472ef7 into master Jun 10, 2020
@YourLocalBlake YourLocalBlake deleted the pyup-update-pylint-2.5.2-to-2.5.3 branch June 18, 2020 00:55
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