-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Fix typo in missing-member-hint-distance documentation #10314
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
Fix typo in missing-member-hint-distance documentation #10314
Conversation
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.
Great catch !
Codecov ReportAll modified and coverable lines are covered by tests β
Additional details and impacted files@@ Coverage Diff @@
## main #10314 +/- ##
==========================================
+ Coverage 95.84% 95.89% +0.05%
==========================================
Files 174 175 +1
Lines 18993 19082 +89
==========================================
+ Hits 18204 18299 +95
+ Misses 789 783 -6
π New features to boost your workflow:
|
(cherry picked from commit f98805e)
π€ According to the primer, this change has no effect on the checked open source code. π€π This comment was generated for commit cc65131 |
I do not know what happened but something got messed up with this PR, because in the .rst file in main it is still written as minimum:
|
Yeah I noticed that too. The CI fail on main and didn't fail on the branch : very strange. Let's fix it in #10320 |
Type of Changes
Description
The
missing-member-hint-distance
value is the upper limit rather than the lower limit:pylint/pylint/checkers/typecheck.py
Lines 203 to 204 in 9a6168d