This is an automated email from the ASF dual-hosted git repository.
ruifengz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/master by this push:
new cc03f8548317 [SPARK-54632][FOLLOW-UP] Add `ruff` in dev/requirement
cc03f8548317 is described below
commit cc03f8548317dd29cfd7e3d49fa26b1c87f04757
Author: Ruifeng Zheng <[email protected]>
AuthorDate: Mon Dec 15 16:44:45 2025 +0800
[SPARK-54632][FOLLOW-UP] Add `ruff` in dev/requirement
### What changes were proposed in this pull request?
Add `ruff` in dev/requirement
### Why are the changes needed?
`ruff` is a optional package for linter now
### Does this PR introduce _any_ user-facing change?
no, dev-only
### How was this patch tested?
ci
### Was this patch authored or co-authored using generative AI tooling?
no
Closes #53471 from zhengruifeng/add_ruff.
Authored-by: Ruifeng Zheng <[email protected]>
Signed-off-by: Ruifeng Zheng <[email protected]>
---
dev/requirements.txt | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev/requirements.txt b/dev/requirements.txt
index cdd2c2392d3b..2508b79d5e16 100644
--- a/dev/requirements.txt
+++ b/dev/requirements.txt
@@ -22,6 +22,7 @@ openpyxl
coverage
# Linter
+ruff==0.14.8
mypy==1.8.0
pytest-mypy-plugins==1.9.3
flake8==3.9.0
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]