A collection of plugins for pysen, a Python code formatter and linter orchestrator. Version 2025.12.3 supports Python >=3.8. Plugins include import sorter, formatter wrappers (black, isort, autoflake), and lint plugin helpers. Released on a monthly cadence tied to pysen releases.
pip install pysen-pluginsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic configuration of pysen-plugins for formatting with black and isort.
Update imports to use pysen_plugins.import_sort.ImportSortPlugin.
Use from pysen_plugins.import_sort import ImportSortPlugin.
Always pass plugin=<instance> when creating settings.