Description
Checks and fixes Python code with a very fast linter and formatter-oriented toolchain. It is useful for developers who want quick feedback on style, correctness issues, imports, and common Python code patterns.
Automatic fixes can change behavior if applied broadly. Review diffs, pin rule sets in CI, and test code after enabling new rules or format changes.