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.TQ7rmgh1by and /tmp/tmp.Xu9gnA4cqQ Tree base: 36e9ca6ff4cf ("selftests: drv-net: psp: add association tests") Now at: 3d51ef41a92e ("selftests: drv-net: psp: add connection breaking tests") ====== Checking before the patch ====== ************* Module psp tools/testing/selftests/drivers/net/psp.py:374: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:87:20: W0719: Raising too general exception: Exception (broad-exception-raised) tools/testing/selftests/drivers/net/psp.py:336:0: C0116: Missing function or method docstring (missing-function-docstring) tools/testing/selftests/drivers/net/psp.py:382:15: E0601: Using variable 'srv' before assignment (used-before-assignment) ------------------------------------------------------------------ Your code has been rated at 9.61/10 (previous run: 9.61/10, +0.00) ====== Checking the tree with the patch ====== ************* Module psp tools/testing/selftests/drivers/net/psp.py:485:0: C0325: Unnecessary parens after '=' keyword (superfluous-parens) tools/testing/selftests/drivers/net/psp.py:18:0: C0115: Missing class docstring (missing-class-docstring) tools/testing/selftests/drivers/net/psp.py:32:8: W0719: Raising too general exception: Exception (broad-exception-raised) tools/testing/selftests/drivers/net/psp.py:91:20: W0719: Raising too general exception: Exception (broad-exception-raised) tools/testing/selftests/drivers/net/psp.py:134:12: W0719: Raising too general exception: Exception (broad-exception-raised) tools/testing/selftests/drivers/net/psp.py:447:0: C0116: Missing function or method docstring (missing-function-docstring) tools/testing/selftests/drivers/net/psp.py:493:15: E0601: Using variable 'srv' before assignment (used-before-assignment) ------------------------------------------------------------------ Your code has been rated at 9.63/10 (previous run: 9.61/10, +0.02)