Coverage for lintro / parsers / oxfmt / __init__.py: 100%
3 statements
« prev ^ index » next coverage.py v7.13.0, created at 2026-04-03 18:53 +0000
« prev ^ index » next coverage.py v7.13.0, created at 2026-04-03 18:53 +0000
1"""Parsing utilities and types for oxfmt output."""
3from lintro.parsers.oxfmt.oxfmt_issue import OxfmtIssue
4from lintro.parsers.oxfmt.oxfmt_parser import parse_oxfmt_output
6__all__ = ["OxfmtIssue", "parse_oxfmt_output"]