====== Checking before the patch ====== ====== Checking the tree with the patch ====== New warnings added --- /tmp/tmp.jHrbsUy64q 2026-03-13 19:27:34.937050344 -0400 +++ /tmp/tmp.C6Viea90l4 2026-03-13 19:27:37.167033375 -0400 @@ -6 +6,4 @@ -tools/net/ynl/pyynl/lib/ynl.py:932:16: R1724: Unnecessary "elif" after "continue", remove the leading "el" from "elif" (no-else-continue) +tools/net/ynl/pyynl/lib/ynl.py:165:4: R0913: Too many arguments (6/5) (too-many-arguments) +tools/net/ynl/pyynl/lib/ynl.py:165:4: R0917: Too many positional arguments (6/5) (too-many-positional-arguments) +tools/net/ynl/pyynl/lib/ynl.py:212:12: W0707: Consider explicitly re-raising using 'except KeyError as exc' and 'raise AttributeError(name) from exc' (raise-missing-from) +tools/net/ynl/pyynl/lib/ynl.py:1017:16: R1724: Unnecessary "elif" after "continue", remove the leading "el" from "elif" (no-else-continue) @@ -9 +12 @@ -Your code has been rated at 9.99/10 (previous run: 9.99/10, +0.00) +Your code has been rated at 9.96/10 (previous run: 9.99/10, -0.03)