-
-
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
Fix to order of module discovery #2531
base: main
Are you sure you want to change the base?
Conversation
for more information, see https://pre-commit.ci
One thing this fix needs to consider is how the order of module discovery changes based on whether a user calls:
vs
The difference in behavior is described here in a stackoverflow post. The test fixes to |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2531 +/- ##
==========================================
+ Coverage 92.98% 93.02% +0.03%
==========================================
Files 93 93
Lines 11049 11052 +3
==========================================
+ Hits 10274 10281 +7
+ Misses 775 771 -4
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Type of Changes
Description
no-member
error pylint#9883