Yicong-Huang commented on code in PR #53412: URL: https://github.com/apache/spark/pull/53412#discussion_r2604909967
########## 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: if we enable both (flake8+black) and ruff in CI, will they have potential conflict on format? maybe better to have single one exist at a time? -- 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]
