MyPy Code Quality Report

Summary by Linter Rules
Rule Example Message Occurences
Total 42
no-untyped-def Function is missing a type annotation for one or more arguments 20
var-annotated Need type annotation for "message_type" 3
no-untyped-call Call to untyped function "__parse_violation" in typed context 9
attr-defined "None" has no attribute "message_text" 2
union-attr Item "BaseLoader" of "Optional[BaseLoader]" has no attribute "package_path" 4
arg-type Argument 1 to "Path" has incompatible type "Optional[str]"; expected "Union[str, PathLike[str]]" 1
import Skipping analyzing "pyfakefs.fake_filesystem": module is installed, but missing library stubs or py.typed marker 3