andoni-guzman commented on pull request #16541: URL: https://github.com/apache/beam/pull/16541#issuecomment-1015822782
In the last commit I delete two more warnings. **- raising-non-exception - super-on-old-class** Both of them are not present in pylint local tests. This warning ( **not-callable**) it's seems to be a false positive in the code. Pyline doesn't recognize as a class or a function if it's declared in some ways. Also seems like a know issue https://github.com/PyCQA/pylint/issues/2562 Something similar happen with **redundant-keyword-arg** , this case happen with partial functions like beam use in "@deprecated" decorator. Also seems to be a know issue https://github.com/PyCQA/pylint/issues/2271 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
