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.P0W00lldnj and /tmp/tmp.nKaUZvNkWo Tree base: f40ddcc0c0ca ("Revert "nfc/nci: Add the inconsistency check between the input data length and count"") Now at: 0fa4a350e329 ("selftests: drv-net: fix skip for unsupported devices") ====== Checking before the patch ====== ************* Module rss_flow_label tools/testing/selftests/drivers/net/hw/rss_flow_label.py:29:17: W1514: Using open without explicitly specifying an encoding (unspecified-encoding) tools/testing/selftests/drivers/net/hw/rss_flow_label.py:158:0: C0116: Missing function or method docstring (missing-function-docstring) tools/testing/selftests/drivers/net/hw/rss_flow_label.py:9:0: W0611: Unused import os (unused-import) ----------------------------------- Your code has been rated at 9.67/10 ====== Checking the tree with the patch ====== ************* Module rss_flow_label tools/testing/selftests/drivers/net/hw/rss_flow_label.py:29:17: W1514: Using open without explicitly specifying an encoding (unspecified-encoding) tools/testing/selftests/drivers/net/hw/rss_flow_label.py:163:0: C0116: Missing function or method docstring (missing-function-docstring) tools/testing/selftests/drivers/net/hw/rss_flow_label.py:9:0: W0611: Unused import os (unused-import) ------------------------------------------------------------------ Your code has been rated at 9.68/10 (previous run: 9.67/10, +0.02)