[pull] master from google:master#5
Conversation
* inspectutils.GetClassAttrsDict on component, not None * Remove ubuntu-20.04 in favor of ubuntu-22.04 for Python 3.7
…591) Updates the requirements on [pylint](https://github.com/pylint-dev/pylint) to permit the latest version. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@pylint-version-0.18.1...v3.3.6) --- updated-dependencies: - dependency-name: pylint dependency-version: 3.3.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Reviewer's GuideThis PR updates CI tooling versions and workflows to newer releases and fixes an attribute inspection bug in the MemberVisible function by correcting the argument passed to GetClassAttrsDict. Sequence Diagram: Argument Correction in MemberVisible's Call to GetClassAttrsDictsequenceDiagram
participant Caller as "Caller"
participant MV as "MemberVisible(component, ..., class_attrs=None, ...)"
participant IGAD as "inspectutils.GetClassAttrsDict"
Caller->>MV: Invoke MemberVisible
MV->>MV: Check: component is class AND class_attrs is None
alt Previous Behavior (Incorrect Argument)
MV->>IGAD: GetClassAttrsDict(None)
else Current Behavior (Corrected Argument)
MV->>IGAD: GetClassAttrsDict(component)
end
IGAD-->>MV: Return class attributes dict
MV-->>Caller: Return visibility result
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
|
🚨 gitStream Monthly Automation Limit Reached 🚨 Your organization has exceeded the number of pull requests allowed for automation with gitStream. To continue automating your PR workflows and unlock additional features, please contact LinearB. |
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Join our Discord community for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
See Commits and Changes for more details.
Created by
pull[bot] (v2.0.0-alpha.1)
Can you help keep this open source service alive? 💖 Please sponsor : )
Summary by Sourcery
Update CI linting dependency and runner configuration, and correct class attribute lookup in autocompletion logic
Bug Fixes:
Build:
CI: