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.0Y6c6fSWXA and /tmp/tmp.3Bx5mjvgtU Tree base: 5eda7d363992 ("tools: ynl_gen_rst.py: clanup coding style") Now at: 0addca736e46 ("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:20:0: E0401: Unable to import 'netlink_yml_parser' (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 2.00/10 (previous run: 3.43/10, -1.43)