-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Bump pylint to 2.16.0-b1, update changelog #8091
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
Merged
Pierre-Sassoulas
merged 3 commits into
pylint-dev:main
from
Pierre-Sassoulas:release-branch-2.16.0b1
Jan 22, 2023
Merged
Bump pylint to 2.16.0-b1, update changelog #8091
Pierre-Sassoulas
merged 3 commits into
pylint-dev:main
from
Pierre-Sassoulas:release-branch-2.16.0b1
Jan 22, 2023
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1450d22
to
66f3eef
Compare
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #8091 +/- ##
=======================================
Coverage 95.46% 95.46%
=======================================
Files 176 176
Lines 18542 18542
=======================================
Hits 17701 17701
Misses 841 841
|
This comment has been minimized.
This comment has been minimized.
DanielNoord
requested changes
Jan 22, 2023
66f3eef
to
2178dcd
Compare
Fixed the tbump script too. |
DanielNoord
approved these changes
Jan 22, 2023
🤖 According to the primer, this change has no effect on the checked open source code. 🤖🎉 This comment was generated for commit 2178dcd |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Maintenance
Discussion or action around maintaining pylint or the dev workflow
Skip news 🔇
This change does not require a changelog entry
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
We were not able to release on wednesday and we found a false positive recentely with #8088 so let's release another beta version and wait until the 30th to release 2.16.0 to see if anything else comes up.
Text for release note:
New beta release following a performance fix in the new pointless exception statement checks in #8073 and a false positive fixed in the unreleased
consider-using-augmented-assign
check in #8088. We're also using the latest version of astroid (2.13.3).