pylint 3.3.9 astroid 3.3.8 Python 3.14.2 (main, Dec 5 2025, 00:00:00) [GCC 15.2.1 20251111 (Red Hat 15.2.1-4)] Redirect to /tmp/tmp.OPQg3w50ki and /tmp/tmp.9EbDLTMZHI Tree base: 3d93c6576147 ("tools: ynl: fix pylint global variable related warnings") Now at: 1f1ac2a4efce ("tools: ynl: fix logic errors reported by pylint") ====== Checking before the patch ====== ************* Module pyynl.lib.nlspec tools/net/ynl/pyynl/lib/nlspec.py:298:15: E1101: Instance of 'list' has no 'items' member (no-member) tools/net/ynl/pyynl/lib/nlspec.py:577:22: E0606: Possibly using variable 'op' before assignment (possibly-used-before-assignment) ------------------------------------------------------------------ Your code has been rated at 9.70/10 (previous run: 9.70/10, +0.00) ====== Checking the tree with the patch ====== ------------------------------------------------------------------- Your code has been rated at 10.00/10 (previous run: 9.70/10, +0.30)