12 repos
Tools and utilities for automatically formatting, linting, and upgrading Python code to enforce consistent style and modernize syntax. These repositories focus on pre-commit hooks and command-line utilities that rewrite Python source code—handling import organization, trailing commas, docstring formatting, and version-specific syntax upgrades. They typically integrate with the Black formatter ecosystem and serve as building blocks for automated code quality pipelines.