[clang-tools-extra] [clang-tidy][NFC] Run ruff over python scripts (PR #176927)

Baranov Victor via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 21 01:17:45 PST 2026


vbvictor wrote:

> AFAIK ruff is not part of the CI workflow, do we plan to add it in the future or just run it locally from time to time then fix the issues?

I don't have plans adding any python linters. 
Run ruff because was lately working on some other python projects decided to do drive-by fixes here tool.

Currently LLVM treats python as 2nd class language and it will hardly gain any traction for python linters.

https://github.com/llvm/llvm-project/pull/176927


More information about the cfe-commits mailing list