====== Checking before the patch ====== ====== Checking the tree with the patch ====== New warnings added New errors added --- /tmp/tmp.0Y6c6fSWXA 2025-06-17 03:02:07.506735523 -0700 +++ /tmp/tmp.3Bx5mjvgtU 2025-06-17 03:02:08.536728821 -0700 @@ -0,0 +1,13 @@ +************* 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) +