We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 926d6f2 commit 1536e27Copy full SHA for 1536e27
tests/server/lowlevel/test_func_inspection.py
@@ -60,7 +60,7 @@ async def request_static_method(request: types.ListPromptsRequest):
60
pass
61
62
@staticmethod
63
- async def request_static_method_bad_arg_name(self: types.ListPromptsRequest): # pyright: ignore[reportSelfClsParameterName]
+ async def request_static_method_bad_arg_name(self: types.ListPromptsRequest): # pyright: ignore[reportSelfClsParameterName] # noqa: PLW0211
64
"""Static method with request parameter, but the request argument is named self"""
65
66
0 commit comments