> cat /dev/github | grep security-tools
discovered 03 Aug 2026

yapf

via awesome-list
→ View on GitHub
YAPF is a Python code formatter that automatically reformats source code to conform to a specified style guide, utilizing an algorithm similar to `clang-format`. Its primary use case is to streamline code formatting, making it easier for developers to maintain consistent styles across their projects. Notable features include support for various formatting styles, recursive file processing, and integration with multiple text editors through plugins.