Skip to content
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

Enable arguments-renamed Pylint rule and fix warnings #2842

Merged
merged 1 commit into from
Nov 17, 2024

Conversation

correctmost
Copy link
Contributor

PR Description:

Docs: https://pylint.pycqa.org/en/latest/user_guide/messages/warning/arguments-renamed.html

The selection parameter is defined in the base ListManager class:

def selected_action_display(self, selection: Any) -> str:

Tests and Checks

  • I have tested the code!

@correctmost correctmost requested a review from Torxed as a code owner November 16, 2024 23:31
@svartkanin svartkanin merged commit f13f3d5 into archlinux:master Nov 17, 2024
8 checks passed
@correctmost correctmost deleted the cm/enable-args-renamed branch November 17, 2024 00:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants