Skip to content

[pylint] Implement singledispatchmethod-function (PLE5120)#10428

Merged
charliermarsh merged 2 commits intoastral-sh:mainfrom
augustelalande:singledispatchmethod-function
Mar 18, 2024
Merged

[pylint] Implement singledispatchmethod-function (PLE5120)#10428
charliermarsh merged 2 commits intoastral-sh:mainfrom
augustelalande:singledispatchmethod-function

Conversation

@augustelalande
Copy link
Contributor

@augustelalande augustelalande commented Mar 15, 2024

Summary

Implement singledispatchmethod-function from pylint, part of #970.

This is essentially a copy paste of #8934 for @singledispatchmethod decorator.

Test Plan

Text fixture added.

@augustelalande augustelalande changed the title [pylint] Add singledispatchmethod-function (PLE5120) [pylint] Implement singledispatchmethod-function (PLE5120) Mar 15, 2024
@augustelalande augustelalande force-pushed the singledispatchmethod-function branch from 9ab497d to 7c6b67d Compare March 15, 2024 23:05
@augustelalande augustelalande force-pushed the singledispatchmethod-function branch from 7c6b67d to 5d09a08 Compare March 15, 2024 23:13
@github-actions
Copy link
Contributor

github-actions bot commented Mar 15, 2024

ruff-ecosystem results

Linter (stable)

✅ ecosystem check detected no linter changes.

Linter (preview)

✅ ecosystem check detected no linter changes.

Formatter (stable)

✅ ecosystem check detected no format changes.

Formatter (preview)

✅ ecosystem check detected no format changes.

@charliermarsh charliermarsh self-requested a review March 17, 2024 21:29
@charliermarsh charliermarsh added rule Implementing or modifying a lint rule preview Related to preview mode features labels Mar 17, 2024
Copy link
Member

@charliermarsh charliermarsh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@charliermarsh charliermarsh enabled auto-merge (squash) March 17, 2024 23:56
@charliermarsh charliermarsh merged commit 229a50a into astral-sh:main Mar 18, 2024
@augustelalande augustelalande deleted the singledispatchmethod-function branch March 18, 2024 00:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

preview Related to preview mode features rule Implementing or modifying a lint rule

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants