Path 1: 260 calls (1.0)

PyLinter (260)

1def initialize(linter: PyLinter) -> None:
2    """Initialize linter with reporters in this package."""
3    utils.register_plugins(linter, __path__[0])