[clang-tools-extra] [clang-tidy][NFC] Run ruff over python scripts (PR #176927)
Victor Chernyakin via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 20 20:54:16 PST 2026
================
@@ -410,16 +409,13 @@ def filename_from_module(module_name: str, check_name: str) -> str:
with io.open(module_file, "r") as f:
----------------
localspook wrote:
Hmm, I stand corrected; in that case, I'm not sure why we use `io.open` at all; they [mean the same thing](https://docs.python.org/3/library/io.html#io.open) and plain `open` is much more common in my experience.
https://github.com/llvm/llvm-project/pull/176927
More information about the cfe-commits
mailing list