in scripts/sort_checklist.py [0:0]
def all_items_have_id(items): for item in items: if 'id' not in item: return False return True