)]}'
{"neutron/agent/linux/dhcp.py":[{"author":{"_account_id":16688,"name":"Rodolfo Alonso","email":"ralonsoh@redhat.com","username":"rodolfo-alonso-hernandez"},"change_message_id":"cecfaae8056573a8f076a1e0f0204fd8cb3007c2","unresolved":false,"context_lines":[{"line_number":137,"context_line":"        return type(self)(self)"},{"line_number":138,"context_line":""},{"line_number":139,"context_line":"    def __deepcopy__(self, memo):"},{"line_number":140,"context_line":"        # pylint: disable\u003dno-value-for-parameter"},{"line_number":141,"context_line":"        cls \u003d self.__class__"},{"line_number":142,"context_line":"        result \u003d cls.__new__(cls)"},{"line_number":143,"context_line":"        memo[id(self)] \u003d result"}],"source_content_type":"text/x-python","patch_set":1,"id":"9f560f44_d308b192","line":140,"updated":"2020-09-01 17:18:17.000000000","message":"The error reported in [1] is in line 145, while the original one was in L141:\n\nneutron/agent/linux/dhcp.py:141:17: E1120: \u001b[1;31mNo value for argument \u0027bases\u0027 in classmethod call\u001b[0m (\u001b[1;31mno-value-for-parameter\u001b[0m)\n\n\nIn any case, we should disable this warning. The pylint directive can be defined in a method signature or class definition, but in this case seems that is not working.\n\n[1]https://storage.gra.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_94d/715482/22/check/openstack-tox-pep8/94dc9db/job-output.txt","commit_id":"72b3fc57456568b463593795a4907b9d4bac131e"},{"author":{"_account_id":15554,"name":"Bence Romsics","email":"bence.romsics@gmail.com","username":"ebenrom","status":"inactive contributor"},"change_message_id":"050d67ade24eea7276a88be00681498fdcd379a8","unresolved":false,"context_lines":[{"line_number":137,"context_line":"        return type(self)(self)"},{"line_number":138,"context_line":""},{"line_number":139,"context_line":"    def __deepcopy__(self, memo):"},{"line_number":140,"context_line":"        # pylint: disable\u003dno-value-for-parameter"},{"line_number":141,"context_line":"        cls \u003d self.__class__"},{"line_number":142,"context_line":"        result \u003d cls.__new__(cls)"},{"line_number":143,"context_line":"        memo[id(self)] \u003d result"}],"source_content_type":"text/x-python","patch_set":1,"id":"9f560f44_c815964b","line":140,"in_reply_to":"9f560f44_d308b192","updated":"2020-09-02 07:51:36.000000000","message":"I did not notice the errors were coming from different lines, thanks for pointing that out.\n\nWhile having the signature-line comment would make perfect sense to me, I tested it and it did not work for me.","commit_id":"72b3fc57456568b463593795a4907b9d4bac131e"}]}
