No, #pylint, these parentheses are not superfluous. Not even remotely:
substantial_removals_found = (any_removes != trivial_removes)
substantial_insertions_found = (any_inserts != trivial_inserts)
Now how to patch pylint to make it accept this code without disabling the entire check?