pylint 3.3.7 astroid 3.3.8 Python 3.13.5 (main, Jun 12 2025, 00:00:00) [GCC 15.1.1 20250521 (Red Hat 15.1.1-2)] Redirect to /tmp/tmp.emTiDfXdJG and /tmp/tmp.vRXe4aakmA Tree base: dc2f650f7e68 ("udp_tunnel: use netdev_warn() instead of netdev_WARN()") Now at: 340a3f06cd81 ("tools: ynl: rst: display attribute-set doc") ====== Checking before the patch ====== ************* Module pyynl.lib.doc_generator tools/net/ynl/pyynl/lib/doc_generator.py:112:8: R1715: Consider using dict.get for getting values from a dict if a key is present or a default if not (consider-using-get) ------------------------------------------------------------------ Your code has been rated at 9.95/10 (previous run: 9.95/10, -0.00) ====== Checking the tree with the patch ====== ************* Module pyynl.lib.doc_generator tools/net/ynl/pyynl/lib/doc_generator.py:112:8: R1715: Consider using dict.get for getting values from a dict if a key is present or a default if not (consider-using-get) ------------------------------------------------------------------ Your code has been rated at 9.95/10 (previous run: 9.95/10, +0.00)