Bump pylint to 3.3.2, update changelog#10088
Merged
Merged
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## maintenance/3.3.x #10088 +/- ##
==================================================
Coverage 95.81% 95.81%
==================================================
Files 174 174
Lines 18951 18951
==================================================
Hits 18157 18157
Misses 794 794
|
Comment on lines
+459
to
+461
| # Whether or not to search for fixme's in docstrings. | ||
| check-fixme-in-docstring=no | ||
|
|
jacobtylerwalls
requested changes
Nov 20, 2024
Member
jacobtylerwalls
left a comment
There was a problem hiding this comment.
Ah, then let's pump the brakes until we get fixme-in-docstring extracted. (Sorry if that was me!)
Member
Author
|
I don't understand what's happening, but I start to be suspicious of the tbump script, as the code added to the misc checker clearly isn't present in the maintenance branch. |
431b764 to
2bfbf83
Compare
jacobtylerwalls
approved these changes
Nov 25, 2024
2bfbf83 to
11c6494
Compare
11c6494 to
cc3cf8c
Compare
jacobtylerwalls
approved these changes
Dec 1, 2024
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
False Positives Fixed
Fix a false positive for
potential-index-errorwhen an indexed iterablecontains a starred element that evaluates to more than one item.
Closes Rule E0643 behaves inconsistently when indexing tuples #10076
Other Bug Fixes
Fixes the issue with --source-root option not working when the source files are in a subdirectory of the source root (e.g. when using a /src layout).
Closes Source root not correctly used #10026