I don't use a "reformatter" on my Python code, because I already automatically write code with the formatting style I want. But a tool meant for things like converting lists from inline to one-item-per-line, or enforcing a convention for trailing commas, or whatever else like that... should absolutely not be touching the indentation except to enforce 4-space indents.