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

[pylint] Add fix for duplicate-bases (PLE0241) #12105

Merged
merged 4 commits into from
Jun 29, 2024

Conversation

Peiffap
Copy link
Contributor

@Peiffap Peiffap commented Jun 29, 2024

Summary

This adds a fix for the duplicate-bases rule that removes the duplicate base from the class definition.

Test Plan

cargo nextest run duplicate_bases, cargo insta review.

@charliermarsh
Copy link
Member

Thanks!

@charliermarsh charliermarsh added the fixes Related to suggested fixes for violations label Jun 29, 2024
@charliermarsh charliermarsh enabled auto-merge (squash) June 29, 2024 17:44
@charliermarsh charliermarsh merged commit d107968 into astral-sh:main Jun 29, 2024
19 checks passed
@Peiffap Peiffap deleted the gp/autofix-PLE0241 branch June 29, 2024 22:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fixes Related to suggested fixes for violations
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants