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.uZ5uVTVGAz and /tmp/tmp.l9pIJX51oE Tree base: 4563bde7a6b3 ("docs: Makefile: disable check rules on make cleandocs") Now at: f39ffce37ba4 ("docs: netlink: netlink-raw.rst: use :ref: instead of :doc:") ====== Checking before the patch ====== ************* Module pyynl.ynl_gen_rst tools/net/ynl/pyynl/ynl_gen_rst.py:111:4: R1715: Consider using dict.get for getting values from a dict if a key is present or a default if not (consider-using-get) tools/net/ynl/pyynl/ynl_gen_rst.py:440:15: W0718: Catching too general exception Exception (broad-exception-caught) ------------------------------------------------------------------ Your code has been rated at 9.92/10 (previous run: 8.60/10, +1.31) ====== Checking the tree with the patch ====== ************* Module pyynl.ynl_gen_rst tools/net/ynl/pyynl/ynl_gen_rst.py:111:4: R1715: Consider using dict.get for getting values from a dict if a key is present or a default if not (consider-using-get) tools/net/ynl/pyynl/ynl_gen_rst.py:441:15: W0718: Catching too general exception Exception (broad-exception-caught) ------------------------------------------------------------------ Your code has been rated at 9.92/10 (previous run: 9.92/10, +0.00)