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.hp4uIzp8Wn and /tmp/tmp.6BD9f3eLdw Tree base: 9e623c490048 ("selftests: drv-net: add PSP responder") Now at: 199b83a24f9e ("selftests: drv-net: psp: add basic data transfer and key rotation tests") ====== Checking before the patch ====== ************* Module psp tools/testing/selftests/drivers/net/psp.py:60:0: C0325: Unnecessary parens after '=' keyword (superfluous-parens) tools/testing/selftests/drivers/net/psp.py:41:0: C0116: Missing function or method docstring (missing-function-docstring) ------------------------------------------------------------------ Your code has been rated at 9.47/10 (previous run: 9.47/10, +0.00) ====== Checking the tree with the patch ====== ************* Module psp tools/testing/selftests/drivers/net/psp.py:233:0: C0325: Unnecessary parens after '=' keyword (superfluous-parens) tools/testing/selftests/drivers/net/psp.py:28:8: W0719: Raising too general exception: Exception (broad-exception-raised) tools/testing/selftests/drivers/net/psp.py:80:20: W0719: Raising too general exception: Exception (broad-exception-raised) tools/testing/selftests/drivers/net/psp.py:161:21: E0602: Undefined variable 'ksft_raises' (undefined-variable) tools/testing/selftests/drivers/net/psp.py:195:0: C0116: Missing function or method docstring (missing-function-docstring) tools/testing/selftests/drivers/net/psp.py:241:15: E0601: Using variable 'srv' before assignment (used-before-assignment) ------------------------------------------------------------------ Your code has been rated at 9.11/10 (previous run: 9.47/10, -0.37)