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

isort

via awesome-list
→ View on GitHub
isort is a Python utility that automates the sorting of imports in code, organizing them alphabetically and categorizing them into sections. It serves as both a command line tool and a library, offering features such as pre-commit hooks and compatibility with various text editors, ensuring that imports are consistently formatted while supporting both Python 2 and 3. Notably, isort allows users to preview changes before applying them and offers an atomic mode to prevent syntax errors during restructuring.