11 repos
Tools and libraries for automatically formatting Python code to enforce consistent style and conventions. This cluster covers a range of formatters from strict, opinionated tools like Black to more configurable options like autopep8, alongside specialized formatters for specific Python syntaxes (e.g., snakemake workflows) and utilities for incremental or targeted formatting (darker). Developers exploring this area will find solutions for integrating automated code style enforcement into development workflows and CI/CD pipelines.