Can we all at least agree that continuation lines should always be at least one space more indented than the parent line? So, for example, this would be right out:

for item in items:
    modified_item = self.frobincation_with_spengulizer(
item, 
True, 
False, 
spam=None)

The arguments should at least line up with the o in modified, if not the f.