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.sCj3nPjOSE and /tmp/tmp.Lj3jLN8GR8 Tree base: deb105f49879 ("net: phy: marvell: Fix 88e1510 downshift counter errata") Now at: 082453abf61e ("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.91/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.95/10 (previous run: 9.95/10, +0.00)