```py 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/