Description
Formats Python code according to style rules so files are easier to read and diffs stay focused on real changes. It is useful for developers and projects that want consistent Python formatting without manually adjusting whitespace and layout.
Formatting can rewrite files, so review version-control changes before applying it across a project. It improves presentation, but it does not prove that the Python code is correct or safe.