Path 1: 1137 calls (1.0)

PyLinter (1137)

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