Looks like formatting can only be blocked by temporary skips.
You can add # fmt: skip when adding comment
# fmt: skip
if some_very_long_variable_name_out_there_for_example is True: # just a random comment # fmt: skip pass