ruff/crates/ruff_linter
Auguste Lalande 229a50a2c8
[pylint] Implement singledispatchmethod-function (PLE5120) (#10428)
## 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.
2024-03-18 00:02:52 +00:00
..
resources [pylint] Implement singledispatchmethod-function (PLE5120) (#10428) 2024-03-18 00:02:52 +00:00
src [pylint] Implement singledispatchmethod-function (PLE5120) (#10428) 2024-03-18 00:02:52 +00:00
__init__.py [pylint] (Re-)Implement import-private-name (C2701) (#9553) 2024-01-16 14:03:11 -05:00
Cargo.toml Bump version to 0.3.3 (#10425) 2024-03-15 12:51:49 -05:00