[SPARK-58106][DOCS][INFRA] Remove stale references to black#57231
[SPARK-58106][DOCS][INFRA] Remove stale references to black#57231gaogaotiantian wants to merge 2 commits into
Conversation
dongjoon-hyun
left a comment
There was a problem hiding this comment.
Nice, @gaogaotiantian . BTW, please remove this line too in order to be free of black legacy.
Line 19 in 475a771
dongjoon-hyun
left a comment
There was a problem hiding this comment.
+1, LGTM (with one comment).
Hi @dongjoon-hyun , thanks for noticing this! edit: the PR is proposed - #57258 |
What changes were proposed in this pull request?
Remove some stale references to
black.Why are the changes needed?
We have been moved to
rufffor a while.branch-4.xandmasterare usingruffexclusively for formatting, notblack. We need to update our docs and some dependency files.Notice that the
--blackcommand inlint-pythonis also removed. That was already deprecated for a while and was kind of hidden from users. Leaving it available does not gain us anything because it will conflict withruff. Usingblackwill mess up the format forruff- it's better to just remove it.Does this PR introduce any user-facing change?
No.
How was this patch tested?
CI - this should not have any impact on real code.
Was this patch authored or co-authored using generative AI tooling?
No.