Commit a83b530
[SPARK-56018][PYTHON][FOLLOW-UP] Disable black check by default
### What changes were proposed in this pull request?
This is a follow-up of apache#54840.
Disables black check by default.
### Why are the changes needed?
The python formatter moved from `black` to `ruff` at apache#54840, but `lint-python` still runs the black check if no arguments are provided and there is `black` installed, causing many failures.
```sh
% ./dev/lint-python
starting python compilation test...
python compilation succeeded.
starting black test...
black checks failed:
...
```
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
N/A
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes apache#54928 from ueshin/issues/SPARK-56018/disable_black.
Authored-by: Takuya Ueshin <ueshin@databricks.com>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>1 parent 8d500b8 commit a83b530
1 file changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
78 | 78 | | |
79 | | - | |
80 | 79 | | |
81 | 80 | | |
82 | 81 | | |
| |||
0 commit comments