-
-
Notifications
You must be signed in to change notification settings - Fork 275
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
Cache find_module calls #2543
Cache find_module calls #2543
Conversation
Codecov ReportAll modified and coverable lines are covered by tests β
Additional details and impacted files@@ Coverage Diff @@
## main #2543 +/- ##
==========================================
+ Coverage 92.98% 93.24% +0.26%
==========================================
Files 93 93
Lines 11047 11060 +13
==========================================
+ Hits 10272 10313 +41
+ Misses 775 747 -28
Flags with carried forward coverage won't be shown. Click here to find out more.
|
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.
LGTM
Any further changes required for this PR? Thanks! |
Thank you for the reminder. I think it's fine, I prefer to have a second maintainer's opinion on some MR if possible though :) And I forgot to add a milestone so we didn't merge it for the 3.3.0 release. |
Type of Changes
Description
This PR speeds up the linting of codebases with lots of imports like yt-dlp.
Stats
Before
pylint --recursive=y .
After
pylint --recursive=y .