pylint 3.3.7 astroid 3.3.8 Python 3.13.3 (main, Apr 22 2025, 00:00:00) [GCC 15.0.1 20250418 (Red Hat 15.0.1-0)] Redirect to /tmp/tmp.rHFY3uC0qe and /tmp/tmp.6a2lXiTLdJ Tree base: a9d8dcd5d560 ("tools: ynl_gen_rst.py: move index.rst generator to the script") Now at: 2f01a491e167 ("docs: sphinx: add a parser for yaml files for Netlink specs") ====== Checking before the patch ====== ====== Checking the tree with the patch ====== ************* Module parser_yaml Documentation/sphinx/parser_yaml.py:11:0: E0401: Unable to import 'docutils.parsers.rst' (import-error) Documentation/sphinx/parser_yaml.py:12:0: E0401: Unable to import 'docutils.statemachine' (import-error) Documentation/sphinx/parser_yaml.py:14:0: E0401: Unable to import 'sphinx.util' (import-error) Documentation/sphinx/parser_yaml.py:15:0: E0401: Unable to import 'sphinx.parsers' (import-error) Documentation/sphinx/parser_yaml.py:47:15: W0718: Catching too general exception Exception (broad-exception-caught) Documentation/sphinx/parser_yaml.py:48:36: C0209: Formatting a regular string which could be an f-string (consider-using-f-string) Documentation/sphinx/parser_yaml.py:6:0: W0611: Unused import re (unused-import) ------------------------------------------------------------------ Your code has been rated at 3.43/10 (previous run: 4.21/10, -0.78)