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 e13c11a commit 5e8aeddCopy full SHA for 5e8aedd
tests/test_self.py
@@ -350,7 +350,7 @@ def test_super_init_with_non_self_argument(self) -> None:
350
expected = textwrap.dedent(
351
f"""
352
************* Module super_init_with_non_self_argument
353
- {module1}:13:8: E1121: Too many positional arguments for __init__ call (too-many-function-args)
+ {module1}:13:8: E1121: Too many positional arguments for method call (too-many-function-args)
354
"""
355
)
356
assert self._clean_paths(expected.strip()) == actual_output.strip()
0 commit comments