gaogaotiantian commented on code in PR #53412: URL: https://github.com/apache/spark/pull/53412#discussion_r2604981659
########## dev/lint-python: ########## @@ -79,6 +79,7 @@ if [[ -z "$COMPILE_TEST$BLACK_TEST$PYSPARK_CUSTOM_ERRORS_CHECK_TEST$FLAKE8_TEST$ BLACK_TEST=true PYSPARK_CUSTOM_ERRORS_CHECK_TEST=true FLAKE8_TEST=true + RUFF_TEST=true Review Comment: This is intentional - we want to make sure that ruff and flake8 are compatible at this point. We will eventually deprecate flake8. -- 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]
