You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't find a linter that warns me about sum(list_of_lists, []). Basically any time the default arg of sum is a list literal, I think something slow could happen. Maybe ruff could warn me about this? :-)
I can't find a linter that warns me about
sum(list_of_lists, []). Basically any time thedefaultarg ofsumis a list literal, I think something slow could happen. Maybe ruff could warn me about this? :-)