Loading...
Searching...
No Matches
Go to the documentation of this file.
6Formatter module for OCT.
10Provides auto-fixing capabilities for Option C compliance violations.
14- Export the main formatter entry point (`run_formatter`).
15- Enable CLI integration of the formatter command.
21 L2 — formatter lifecycle and command execution
22 L3 — file processing and fix application
23 L4 — detailed fixer operation (header, docstring, import, func pattern)
27- All public exports are guaranteed to be importable from this module.
32__all__ = [
"run_formatter"]