Skip to content

(🐞) is bad-dunder-method-name called bad-dunder-name? #8731

@KotlinIsland

Description

@KotlinIsland
class A:
    def __among_us__(self):  # PLW3201: Bad or misspelled dunder method name `__among_us__`. (bad-dunder-name)
        ...

but in the docs it's called bad-dunder-method-name
https://docs.astral.sh/ruff/rules/bad-dunder-method-name/

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions