kshitij
ce0f529cde
chore: ruff auto-fix C401, C416, C408, PLR1722 (#23940)
C401: set(x for x in y) -> {x for x in y} (set comprehension)
C416: [(k,v) for k,v in d] -> list(d.items()) (unnecessary listcomp)
C408: tuple()/dict() -> ()/{} (unnecessary collection call)
PLR1722: exit() -> sys.exit() (adds import sys where needed)
21 instances fixed, 0 remaining. 19 files, +40/-36.
2026-05-11 11:20:58 -07:00
..
2026-04-16 10:47:37 -05:00
2026-05-07 06:53:04 -07:00
2026-05-10 07:37:55 -07:00
2026-05-08 14:27:40 -07:00
2026-05-11 11:13:25 -07:00
2026-05-08 14:27:40 -07:00
2026-05-08 14:27:40 -07:00
2026-05-08 14:27:40 -07:00
2026-03-21 09:26:39 -07:00
2026-05-09 17:53:15 -07:00
2026-03-02 22:03:29 -08:00
2026-05-08 14:27:40 -07:00
2026-05-09 17:53:15 -07:00
2026-05-08 14:27:40 -07:00
2026-03-28 11:21:44 -07:00
2026-05-06 10:58:12 -04:00
2026-05-11 11:20:58 -07:00
2026-05-11 11:20:58 -07:00
2026-05-10 18:55:28 -07:00
2026-04-07 10:25:31 -07:00
2026-05-05 14:12:09 -07:00