pylint 4.0.5 astroid 4.0.4 Python 3.14.4 (main, Apr 8 2026, 00:00:00) [GCC 16.0.1 20260321 (Red Hat 16.0.1-0)] Redirect to /tmp/tmp.C87RhIlzqm and /tmp/tmp.lWHOzNrjeZ Tree base: f5970eb44c86 ("selftests: rds: Update USAGE string for run.sh") Now at: 3f3fc23d2eec ("selftests: rds: Fix more pylint errors") ====== Checking before the patch ====== ************* Module test tools/testing/selftests/net/rds/test.py:1:0: C0114: Missing module docstring (missing-module-docstring) tools/testing/selftests/net/rds/test.py:20:0: E0401: Unable to import 'lib.py.utils' (import-error) tools/testing/selftests/net/rds/test.py:20:0: C0413: Import "from lib.py.utils import ip" should be placed at the top of the module (wrong-import-position) tools/testing/selftests/net/rds/test.py:132:8: R1732: Consider using 'with' for resource-allocating operations (consider-using-with) ------------------------------------------------------------------ Your code has been rated at 9.49/10 (previous run: 8.88/10, +0.60) ====== Checking the tree with the patch ====== ------------------------------------------------------------------- Your code has been rated at 10.00/10 (previous run: 9.49/10, +0.51)