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-10 15:21:30 -07:00
2026-02-21 22:31:43 -08:00
2026-04-21 01:56:35 -07:00
2026-05-08 11:07:38 -07:00
2026-05-10 22:43:14 -07:00
2026-05-07 05:17:16 -07:00
2026-05-09 21:06:19 -07:00
2026-05-11 11:03:29 -07:00
2026-04-24 02:55:43 -07:00
2026-04-20 01:56:41 -07:00
2026-05-08 14:27:40 -07:00
2026-05-07 06:15:33 -07:00
2026-04-29 09:53:42 -07:00
2026-05-02 01:29:57 -07:00
2026-05-10 06:44:53 -07:00
2026-05-08 11:07:38 -07:00
2026-05-09 17:54:07 -07:00
2026-04-21 01:31:58 -07:00
2026-04-28 06:46:45 -07:00
2026-05-04 02:33:30 -07:00
2026-04-28 06:46:45 -07:00
2026-04-28 06:46:45 -07:00
2026-05-04 03:16:19 -07:00
2026-05-10 07:14:14 -07:00
2026-04-21 21:30:10 -07:00
2026-04-21 21:30:10 -07:00
2026-05-07 05:58:11 -07:00
2026-04-20 05:25:49 -07:00
2026-04-28 12:27:36 -07:00
2026-04-30 23:03:54 -07:00
2026-05-05 22:33:45 -07:00
2026-05-05 13:33:49 -07:00
2026-05-10 15:21:30 -07:00
2026-05-09 13:32:38 -07:00
2026-04-30 23:14:31 -07:00
2026-05-08 14:27:40 -07:00
2026-04-29 08:08:36 -07:00
2026-05-10 07:09:28 -07:00
2026-05-10 18:15:52 -07:00
2026-03-21 16:54:43 -07:00
2026-04-13 16:32:04 -07:00
2026-05-07 05:10:33 -07:00
2026-04-08 00:41:36 -07:00
2026-05-08 14:27:40 -07:00
2026-05-02 01:36:53 -07:00
2026-04-24 15:15:07 -07:00
2026-05-08 16:39:32 -07:00
2026-04-09 03:10:30 -07:00
2026-05-05 04:33:38 -07:00
2026-05-04 12:07:17 -07:00
2026-04-30 20:43:15 -07:00
2026-02-21 22:31:43 -08:00
2026-05-07 13:24:31 -07:00