gaogaotiantian commented on PR #57231: URL: https://github.com/apache/spark/pull/57231#issuecomment-4973836129
> Nice, @gaogaotiantian . BTW, please remove this line too in order to be free of `black` legacy. > > https://github.com/apache/spark/blob/475a7718512a43ae05f4785c84a5d0a31b37018a/dev/tox.ini#L19 Hi @dongjoon-hyun , thanks for noticing this! `tox.ini` file is also stale. It was used by `flake8` which was replaced by `ruff` a few months ago too. We do not use `flake8` anymore for pyspark. I would propose a PR soon to remove that stale file directly (and the references to `flake8` too). I think it should be fine that we leave the comment in the file for this PR as the file would be removed soon? -- 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]
