mirror of
https://github.com/milvus-io/milvus.git
synced 2026-07-21 10:15:43 +00:00
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>