Fokko opened a new pull request, #4791: URL: https://github.com/apache/iceberg/pull/4791
Couple of things and checks: - Moved the configuration from `tox.ini` to `pylintrc`. - Checks for Pylint warnings - Detects unused variables, so we can spend our brain cycles on more important stuff during reviews :) - Checks reraising of exceptions, so you can also see the underlying exception. - If you override a function, the argument names should stay the same - Checks on using build-in keywords (input, type, etc) -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
