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.ONrPB8aZpP and /tmp/tmp.4yrQOb9wRW Tree base: a907e470fe37 ("selftests: drv-net: psp: add connection breaking tests") Now at: f9eeb9e1f5cd ("selftests: drv-net: psp: add test for auto-adjusting TCP MSS") ====== Checking before the patch ====== ************* Module psp tools/testing/selftests/drivers/net/psp.py:18:0: C0115: Missing class docstring (missing-class-docstring) tools/testing/selftests/drivers/net/psp.py:424:0: C0116: Missing function or method docstring (missing-function-docstring) ------------------------------------------------------------------ Your code has been rated at 9.93/10 (previous run: 9.93/10, +0.00) ====== Checking the tree with the patch ====== ************* Module psp tools/testing/selftests/drivers/net/psp.py:18:0: C0115: Missing class docstring (missing-class-docstring) tools/testing/selftests/drivers/net/psp.py:470:0: C0116: Missing function or method docstring (missing-function-docstring) ------------------------------------------------------------------ Your code has been rated at 9.94/10 (previous run: 9.93/10, +0.01)