pylint 3.3.7 astroid 3.3.8 Python 3.13.7 (main, Aug 14 2025, 00:00:00) [GCC 15.2.1 20250808 (Red Hat 15.2.1-1)] Redirect to /tmp/tmp.V18wYwZnMR and /tmp/tmp.HfvBnRooDz Tree base: 8467bd7ad52f ("psp: report basic stats from the core") Now at: a27933d3780f ("selftests: drv-net: psp: add assertions on core-tracked psp dev stats") ====== Checking before the patch ====== ************* Module psp tools/testing/selftests/drivers/net/psp.py:506:13: R1718: Consider using a set comprehension (consider-using-set-comprehension) tools/testing/selftests/drivers/net/psp.py:508:4: W0212: Access to a protected member _ns of a client class (protected-access) tools/testing/selftests/drivers/net/psp.py:510:12: R1718: Consider using a set comprehension (consider-using-set-comprehension) ------------------------------------------------------------------ Your code has been rated at 9.91/10 (previous run: 9.91/10, +0.00) ====== Checking the tree with the patch ====== ************* Module psp tools/testing/selftests/drivers/net/psp.py:519:13: R1718: Consider using a set comprehension (consider-using-set-comprehension) tools/testing/selftests/drivers/net/psp.py:521:4: W0212: Access to a protected member _ns of a client class (protected-access) tools/testing/selftests/drivers/net/psp.py:523:12: R1718: Consider using a set comprehension (consider-using-set-comprehension) ------------------------------------------------------------------ Your code has been rated at 9.92/10 (previous run: 9.91/10, +0.00)