Files
zhuwenxingandGitHub b314d378bb test: backport tests Python lint to 2.6 (#49618)
pr: #49130

Backport tests Python lint support to the 2.6 branch so PRs that touch
tests/**/*.py can run the Python Lint (tests/) workflow.

What changed:
- Add .github/workflows/python-lint.yaml.
- Add tests/Makefile for local CI parity.
- Add tests/ruff.toml for the workflow and local Ruff runs.

Verification:
- git diff --check
- uvx ruff@0.15.11 check --exit-zero tests/scripts

Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
2026-05-09 11:04:07 +08:00
..