[llvm] [CI] fix possibly undefined variable in code-format job (PR #165454)
Baranov Victor via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 28 11:26:32 PDT 2025
================
----------------
vbvictor wrote:
Possibly using variable 'comments' before assignmentPylint [E0606:possibly-used-before-assignment](https://pylint.readthedocs.io/en/latest/user_guide/messages/error/possibly-used-before-assignment.html)
https://github.com/llvm/llvm-project/pull/165454
More information about the llvm-commits
mailing list