This is my personal preference:
# Break line before closing parenthesis if (this_is_one_thing and that_is_another_thing ): do_something()
It somewhat resembles how I would do it in C.