kshitij
657874460f
chore: ruff auto-fixes — collapsible-else-if, if-stmt-min-max, dict.fromkeys (#23926)
PLR5501 (collapsible-else-if): 28 instances — else: if: → elif:
PLR1730 (if-stmt-min-max): 15 instances — if x<y: x=y → x=max(x,y)
C420 (dict.fromkeys): 2 instances — dictcomp → dict.fromkeys
PLR1704 (redefined-argument): 1 instance — reason → err_msg (shadow fix)
C414 (unnecessary-list): 1 instance — sorted(list(x)) → sorted(x)
28 files, -44 net lines. All mechanical, zero logic changes.
17,211 tests pass, zero regressions.
2026-05-11 11:03:29 -07:00
..
2026-05-11 11:03:29 -07:00
2026-05-09 13:17:48 -07:00
2026-05-02 02:23:37 -07:00
2026-05-10 06:40:46 -07:00
2026-05-09 12:48:08 -07:00
2026-05-10 22:02:56 -07:00
2026-05-02 02:23:37 -07:00
2026-05-09 11:11:10 -07:00
2026-05-10 22:41:26 -07:00
2026-05-09 13:35:50 -07:00
2026-04-17 19:04:11 -07:00
2026-04-28 06:46:45 -07:00
2026-05-10 15:20:40 -07:00
2026-05-11 11:03:29 -07:00
2026-05-03 03:54:03 -07:00
2026-05-07 06:54:29 -07:00
2026-05-07 06:54:29 -07:00
2026-05-08 10:29:58 -07:00
2026-04-30 04:28:08 -07:00
2026-05-04 01:38:21 -07:00
2026-05-10 13:06:25 -07:00
2026-05-04 05:25:09 -07:00
2026-05-05 04:42:59 -07:00
2026-05-10 22:22:25 -07:00
2026-05-07 07:38:43 -07:00
2026-05-02 02:23:37 -07:00
2026-04-11 15:22:49 -07:00
2026-05-07 05:09:39 -07:00
2026-05-07 06:08:06 -07:00
2026-05-08 14:27:40 -07:00
2026-04-28 06:46:45 -07:00
2026-04-28 06:46:45 -07:00
2026-04-26 18:50:49 -07:00
2026-04-30 23:57:55 -07:00