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.dcP87JYZch and /tmp/tmp.vEx2JeerSm Tree base: 6a973cb13af8 ("selftests: drv-net: psp: lift psp connection setup out of _data_basic_send() testcase") Now at: 4558eaea61ee ("selftests: drv-net: psp: add tests for rekeying connections") ====== Checking before the patch ====== ************* Module psp tools/testing/selftests/drivers/net/psp.py:526:13: R1718: Consider using a set comprehension (consider-using-set-comprehension) tools/testing/selftests/drivers/net/psp.py:528:4: W0212: Access to a protected member _ns of a client class (protected-access) tools/testing/selftests/drivers/net/psp.py:530: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) ====== Checking the tree with the patch ====== ************* Module psp tools/testing/selftests/drivers/net/psp.py:22:0: C0115: Missing class docstring (missing-class-docstring) tools/testing/selftests/drivers/net/psp.py:28:4: R1705: Unnecessary "elif" after "return", remove the leading "el" from "elif" (no-else-return) tools/testing/selftests/drivers/net/psp.py:28:7: R1714: Consider merging these comparisons with 'in' by using 'version in (0, 2)'. Use a set instead if elements are hashable. (consider-using-in) tools/testing/selftests/drivers/net/psp.py:30:9: R1714: Consider merging these comparisons with 'in' by using 'version in (1, 3)'. Use a set instead if elements are hashable. (consider-using-in) tools/testing/selftests/drivers/net/psp.py:32:4: W0719: Raising too general exception: Exception (broad-exception-raised) tools/testing/selftests/drivers/net/psp.py:156:12: W0719: Raising too general exception: Exception (broad-exception-raised) tools/testing/selftests/drivers/net/psp.py:646:13: R1718: Consider using a set comprehension (consider-using-set-comprehension) tools/testing/selftests/drivers/net/psp.py:648:4: W0212: Access to a protected member _ns of a client class (protected-access) tools/testing/selftests/drivers/net/psp.py:650:12: R1718: Consider using a set comprehension (consider-using-set-comprehension) ------------------------------------------------------------------ Your code has been rated at 9.79/10 (previous run: 9.92/10, -0.12)