We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
self.config
1 parent fdc1e90 commit b161058Copy full SHA for b161058
pylint/checkers/method_args.py
@@ -69,7 +69,7 @@ def visit_call(self, node: nodes.Call) -> None:
69
if (
70
inferred
71
and not call_site.has_invalid_keywords()
72
- and inferred.qname() in self.config.timeout_methods
+ and inferred.qname() in self.linter.config.timeout_methods
73
):
74
keyword_arguments = [keyword.arg for keyword in node.keywords]
75
keyword_arguments.extend(call_site.keyword_arguments)
0 commit comments