Update dependency astroid to v2.15.0 #58
Reference in New Issue
Block a user
Delete Branch "renovate/astroid-2.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
==2.14.2->==2.15.0Release Notes
PyCQA/astroid
v2.15.0Compare Source
=============================
Release date: 2023-03-06
astroid now supports
TryStarnodes from python 3.11 and should be fully compatible with python 3.11.Closes #2028
Formattedvalue.postinitis now keyword only. This is to allow correct typing of theFormattedvalueclass.Refs #1516
Astroidnow supports custom import hooks.Refs PyCQA/pylint#7306
astroidnow infers return values from match cases.Refs PyCQA/pylint#5288
AstroidManager.clear_cachenow also clears the inference context cache.Refs #1780
Astroidnow retrieves the default values of keyword only arguments and sets them onArguments.kw_defaults.Uninferablenow has the typeUninferableBase. This is to facilitate correctly type annotatingcode that uses this singleton.
Closes #1680
Deprecate
modutils.is_standard_module(). It will be removed in the next minor release.Functionality has been replaced by two new functions,
modutils.is_stdlib_module()andmodutils.module_in_path().Closes #2012
Fix
are_exclusivefunction when a walrus operator is used insideIfExp.testfield.Closes #2022
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.
Kudos, SonarCloud Quality Gate passed!