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.Nh3oXxxA8L and /tmp/tmp.k6bnDO1Lha Tree base: a12901dbec3f ("docs: conf.py: several coding style fixes") Now at: c8afe96c0bac ("docs: conf.py: Check Sphinx and docutils version") ====== Checking before the patch ====== ************* Module conf Documentation/conf.py:559:1: W0511: FIXME: Do not add the index file here; the result will be too big. Adding (fixme) Documentation/conf.py:257:7: W0718: Catching too general exception Exception (broad-exception-caught) ------------------------------------------------------------------ Your code has been rated at 9.87/10 (previous run: 9.87/10, +0.00) ====== Checking the tree with the patch ====== ************* Module conf Documentation/conf.py:50:0: C0301: Line too long (114/100) (line-too-long) Documentation/conf.py:52:0: C0301: Line too long (120/100) (line-too-long) Documentation/conf.py:586:1: W0511: FIXME: Do not add the index file here; the result will be too big. Adding (fixme) Documentation/conf.py:12:0: E0401: Unable to import 'docutils' (import-error) Documentation/conf.py:14:0: E0401: Unable to import 'sphinx.util' (import-error) Documentation/conf.py:14:0: E0611: No name 'util' in module 'sphinx' (no-name-in-module) Documentation/conf.py:284:7: W0718: Catching too general exception Exception (broad-exception-caught) ------------------------------------------------------------------ Your code has been rated at 8.93/10 (previous run: 9.87/10, -0.95)