Skip to content

[Backport maintenance/3.3.x] Speed up the generation of no-member suggestions #10311

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

Conversation

github-actions[bot]
Copy link
Contributor

Backport 9a6168d from #10277.

Previously, edit distances were calculated for strings that had
length differences greater than the maximum suggestion threshold.
Remove handling of missing-member-hint-distance = 0

Co-authored-by: Pierre Sassoulas <[email protected]>
(cherry picked from commit 9a6168d)
Copy link

codecov bot commented Mar 25, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.84%. Comparing base (744ba53) to head (c26a8c6).
Report is 1 commits behind head on maintenance/3.3.x.

Additional details and impacted files

Impacted file tree graph

@@                Coverage Diff                 @@
##           maintenance/3.3.x   #10311   +/-   ##
==================================================
  Coverage              95.84%   95.84%           
==================================================
  Files                    174      174           
  Lines                  18984    18993    +9     
==================================================
+ Hits                   18195    18204    +9     
  Misses                   789      789           
Files with missing lines Coverage Δ
pylint/checkers/typecheck.py 96.56% <100.00%> (+0.03%) ⬆️
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@Pierre-Sassoulas Pierre-Sassoulas merged commit 5b2aa6c into maintenance/3.3.x Mar 25, 2025
25 checks passed
@Pierre-Sassoulas Pierre-Sassoulas deleted the backport-10277-to-maintenance/3.3.x branch March 25, 2025 13:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants