pylint 3.3.9 astroid 3.3.8 Python 3.14.2 (main, Dec 5 2025, 00:00:00) [GCC 15.2.1 20251111 (Red Hat 15.2.1-4)] Redirect to /tmp/tmp.4pGgQk9Cad and /tmp/tmp.gsWasoY4Dj Tree base: 16ce6e6fa946 ("Merge branch 'mlx5e-profile-change-fix'") Now at: 63a0b08f14b7 ("tools: ynl: render event op docs correctly") ====== 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: 10.00/10, -0.05) ====== 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.96/10 (previous run: 9.95/10, +0.00)