pylint 4.0.5 astroid 4.0.4 Python 3.14.3 (main, Mar 26 2026, 00:00:00) [GCC 16.0.1 20260321 (Red Hat 16.0.1-0)] Redirect to /tmp/tmp.9Xba3s1gkm and /tmp/tmp.XuJkuKqBSZ Tree base: c293fa3f08db ("netdevsim: psp: handle the new crypt-offset and spi-threshold get/set operations") Now at: fbd41b627867 ("selftests: net: psp: add crypt-offset and spi-threshold test cases") ====== Checking before the patch ====== ************* Module psp tools/testing/selftests/drivers/net/psp.py:521:13: R1718: Consider using a set comprehension (consider-using-set-comprehension) tools/testing/selftests/drivers/net/psp.py:523:4: W0212: Access to a protected member _ns of a client class (protected-access) tools/testing/selftests/drivers/net/psp.py:525:12: R1718: Consider using a set comprehension (consider-using-set-comprehension) ------------------------------------------------------------------ Your code has been rated at 9.92/10 (previous run: 9.38/10, +0.54) ====== Checking the tree with the patch ====== ************* Module psp tools/testing/selftests/drivers/net/psp.py:553:13: R1718: Consider using a set comprehension (consider-using-set-comprehension) tools/testing/selftests/drivers/net/psp.py:555:4: W0212: Access to a protected member _ns of a client class (protected-access) tools/testing/selftests/drivers/net/psp.py:557:12: R1718: Consider using a set comprehension (consider-using-set-comprehension) ------------------------------------------------------------------ Your code has been rated at 9.92/10 (previous run: 9.92/10, +0.00)