-
-
Notifications
You must be signed in to change notification settings - Fork 278
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
Merge maintenance following 3.3.7 release #2660
Conversation
) * Fix `collections.abc` imports on Python 3.13.0 and 3.13.1 (#2657) * Add test for importing `collections.abc` * Fix issue with importing of frozen submodules * Fix `search_paths` * Do not reassign submodule_path parameters in method bodies This makes it easier to use less generic annotations with mypy. --------- Co-authored-by: Daniël van Noord <[email protected]> Co-authored-by: correctmost <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2660 +/- ##
=======================================
Coverage 93.21% 93.21%
=======================================
Files 93 93
Lines 11083 11083
=======================================
Hits 10331 10331
Misses 752 752
Flags with carried forward coverage won't be shown. Click here to find out more.
|
@@ -39,6 +39,16 @@ Release date: TBA | |||
Closes pylint-dev/pylint#10112 | |||
|
|||
|
|||
What's New in astroid 3.3.7? |
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.
We're duplicating this entry in 3.3.8. It happened with the last release as well.
(@DanielNoord fyi, pypy is flaky, test passed on the merge maintenance into main branch when running them again enough) |
85945a7
to
9bb082e
Compare
astroid upgrade in pylint MR: pylint-dev/pylint#10125 |
No description provided.