-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Bump pylint to 3.3.2, update changelog #10088
base: maintenance/3.3.x
Are you sure you want to change the base?
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.80% 95.81%
==================================================
Files 174 174
Lines 18940 18951 +11
==================================================
+ Hits 18146 18157 +11
Misses 794 794
|
examples/pylintrc
Outdated
# Whether or not to search for fixme's in docstrings. | ||
check-fixme-in-docstring=no | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very suspicious : #10009
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, then let's pump the brakes until we get fixme-in-docstring extracted. (Sorry if that was me!)
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
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