====== Checking before the patch ====== ====== Checking the tree with the patch ====== New warnings added New errors added --- /tmp/tmp.rHFY3uC0qe 2025-06-14 03:23:21.578482283 -0700 +++ /tmp/tmp.6a2lXiTLdJ 2025-06-14 03:23:22.610475564 -0700 @@ -0,0 +1,12 @@ +************* 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) +