pylint 3.3.7 astroid 3.3.8 Python 3.13.9 (main, Oct 14 2025, 00:00:00) [GCC 15.2.1 20250808 (Red Hat 15.2.1-1)] Redirect to /tmp/tmp.pII7YCzTzJ and /tmp/tmp.PHV6G9CHXz Tree base: d204638a0b7b ("psp: report basic stats from the core") Now at: 36613917b100 ("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.92/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)