Description
Reformats Python code to follow many PEP 8 style conventions automatically. It helps developers clean spacing, indentation, imports, and common style issues without editing each line manually.
Use it on Python files after reviewing project formatting rules. It can rewrite source code, so run it on controlled paths and review changes before committing.