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

Baranov Victor via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 20 09:12:57 PST 2026


================
@@ -176,7 +176,7 @@ def write_implementation(
 
 } // namespace clang::tidy::%(namespace)s
 """
-            % {"check_name": check_name_camel, "module": module, "namespace": namespace}
+            % {"check_name": check_name_camel, "namespace": namespace}
----------------
vbvictor wrote:

This seems a major step forward, so I think we can do it in another PR.

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


More information about the cfe-commits mailing list