Run mypy src/ --ignore-missing-imports
src/handlers/xsd_handler.py:103: error: Value of type "Collection[Collection[str]]" is not indexable  [index]
src/handlers/xsd_handler.py:104: error: Value of type "Collection[Collection[str]]" is not indexable  [index]
src/handlers/xsd_handler.py:105: error: Value of type "Collection[Collection[str]]" is not indexable  [index]
src/handlers/xsd_handler.py:106: error: Value of type "Collection[Collection[str]]" is not indexable  [index]
src/handlers/xsd_handler.py:249: error: Incompatible types in assignment (expression has type "Optional[str]", target has type "list[Optional[str]]")  [assignment]
src/handlers/xsd_handler.py:261: error: Dict entry 1 has incompatible type "str": "Optional[str]"; expected "str": "Collection[str]"  [dict-item]
src/handlers/xsd_handler.py:262: error: Item "None" of "Optional[Element[str]]" has no attribute "get"  [union-attr]
src/handlers/xsd_handler.py:338: error: Incompatible types in assignment (expression has type "float", target has type "int")  [assignment]
src/handlers/xsd_handler.py:393: error: Incompatible types in assignment (expression has type "Optional[str]", target has type "list[Optional[str]]")  [assignment]
src/handlers/xsd_handler.py:401: error: Incompatible types in assignment (expression has type "Optional[str]", target has type "list[Optional[str]]")  [assignment]
src/handlers/xsd_handler.py:481: error: Incompatible return value type (got "dict[str, str]", expected "dict[str, list[str]]")  [return-value]
src/handlers/xsd_handler.py:512: error: Need type annotation for "type_refs" (hint: "type_refs: dict[<type>, <type>] = ...")  [var-annotated]
src/handlers/xsd_handler.py:519: error: Incompatible types in assignment (expression has type "Optional[Element[str]]", variable has type "Element[str]")  [assignment]
src/handlers/xliff_handler.py:294: error: "object" has no attribute "add"  [attr-defined]
src/handlers/xliff_handler.py:296: error: "object" has no attribute "add"  [attr-defined]
src/handlers/xliff_handler.py:300: error: "object" has no attribute "append"  [attr-defined]
src/handlers/xliff_handler.py:302: error: "object" has no attribute "append"  [attr-defined]
src/handlers/xliff_handler.py:304: error: No overload variant of "list" matches argument type "object"  [call-overload]
src/handlers/xliff_handler.py:304: note: Possible overload variants:
src/handlers/xliff_handler.py:304: note:     def [_T] __init__(self) -> list[_T]
src/handlers/xliff_handler.py:304: note:     def [_T] __init__(self, Iterable[_T], /) -> list[_T]
src/handlers/xliff_handler.py:305: error: No overload variant of "list" matches argument type "object"  [call-overload]
src/handlers/xliff_handler.py:305: note: Possible overload variants:
src/handlers/xliff_handler.py:305: note:     def [_T] __init__(self) -> list[_T]
src/handlers/xliff_handler.py:305: note:     def [_T] __init__(self, Iterable[_T], /) -> list[_T]
src/handlers/xliff_handler.py:326: error: Need type annotation for "unit_data"  [var-annotated]
src/handlers/xliff_handler.py:357: error: Item "bool" of "Union[list[Any], bool, str, None]" has no attribute "append"  [union-attr]
src/handlers/xliff_handler.py:357: error: Item "str" of "Union[list[Any], bool, str, None]" has no attribute "append"  [union-attr]
src/handlers/xliff_handler.py:357: error: Item "None" of "Union[list[Any], bool, str, None]" has no attribute "append"  [union-attr]
src/handlers/xliff_handler.py:361: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/xliff_handler.py:363: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/xliff_handler.py:365: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/xliff_handler.py:366: error: Item "list[Any]" of "Union[list[Any], Literal[True], str]" has no attribute "strip"  [union-attr]
src/handlers/xliff_handler.py:366: error: Item "bool" of "Union[list[Any], Literal[True], str]" has no attribute "strip"  [union-attr]
src/handlers/xliff_handler.py:367: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/xliff_handler.py:371: error: Item "list[Any]" of "Union[list[Any], Literal[True], str]" has no attribute "strip"  [union-attr]
src/handlers/xliff_handler.py:371: error: Item "bool" of "Union[list[Any], Literal[True], str]" has no attribute "strip"  [union-attr]
src/handlers/xliff_handler.py:373: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/xliff_handler.py:377: error: Unsupported target for indexed assignment ("object")  [index]
src/handlers/xliff_handler.py:377: error: "object" has no attribute "get"  [attr-defined]
src/handlers/xliff_handler.py:379: error: "object" has no attribute "append"  [attr-defined]
src/handlers/xliff_handler.py:385: error: Need type annotation for "lang_info"  [var-annotated]
src/handlers/xliff_handler.py:408: error: Unsupported right operand type for in ("Union[bool, list[Any], None]")  [operator]
src/handlers/xliff_handler.py:409: error: Item "bool" of "Union[bool, list[Any], None]" has no attribute "append"  [union-attr]
src/handlers/xliff_handler.py:409: error: Item "None" of "Union[bool, list[Any], None]" has no attribute "append"  [union-attr]
src/handlers/xliff_handler.py:413: error: Incompatible types in assignment (expression has type "str", target has type "Union[bool, list[Any], None]")  [assignment]
src/handlers/xliff_handler.py:443: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/xliff_handler.py:445: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/xliff_handler.py:447: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/xliff_handler.py:449: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/xliff_handler.py:451: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/xliff_handler.py:455: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/xliff_handler.py:458: error: Unsupported target for indexed assignment ("object")  [index]
src/handlers/xliff_handler.py:459: error: "object" has no attribute "get"  [attr-defined]
src/handlers/xliff_handler.py:463: error: Unsupported operand types for < ("int" and "object")  [operator]
src/handlers/xliff_handler.py:464: error: Unsupported left operand type for + ("object")  [operator]
src/handlers/xliff_handler.py:493: error: "object" has no attribute "append"  [attr-defined]
src/handlers/xliff_handler.py:496: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/xliff_handler.py:498: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/xliff_handler.py:500: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/xliff_handler.py:505: error: Unsupported target for indexed assignment ("object")  [index]
src/handlers/xliff_handler.py:506: error: "object" has no attribute "get"  [attr-defined]
src/handlers/xliff_handler.py:535: error: Unsupported target for indexed assignment ("object")  [index]
src/handlers/xliff_handler.py:536: error: "object" has no attribute "get"  [attr-defined]
src/handlers/xliff_handler.py:540: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/xliff_handler.py:542: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/xliff_handler.py:546: error: Unsupported target for indexed assignment ("object")  [index]
src/handlers/xliff_handler.py:547: error: "object" has no attribute "get"  [attr-defined]
src/handlers/xliff_handler.py:550: error: "object" has no attribute "append"  [attr-defined]
src/handlers/xliff_handler.py:556: error: Need type annotation for "l10n_info"  [var-annotated]
src/handlers/xliff_handler.py:569: error: Item "list[Any]" of "Union[list[Any], set[Any], None]" has no attribute "add"  [union-attr]
src/handlers/xliff_handler.py:569: error: Item "None" of "Union[list[Any], set[Any], None]" has no attribute "add"  [union-attr]
src/handlers/xliff_handler.py:576: error: Item "list[Any]" of "Union[list[Any], set[Any], None]" has no attribute "add"  [union-attr]
src/handlers/xliff_handler.py:576: error: Item "None" of "Union[list[Any], set[Any], None]" has no attribute "add"  [union-attr]
src/handlers/xliff_handler.py:588: error: Item "set[Any]" of "Union[list[Any], set[Any], None]" has no attribute "append"  [union-attr]
src/handlers/xliff_handler.py:588: error: Item "None" of "Union[list[Any], set[Any], None]" has no attribute "append"  [union-attr]
src/handlers/xliff_handler.py:599: error: Item "set[Any]" of "Union[list[Any], set[Any], None]" has no attribute "append"  [union-attr]
src/handlers/xliff_handler.py:599: error: Item "None" of "Union[list[Any], set[Any], None]" has no attribute "append"  [union-attr]
src/handlers/xliff_handler.py:601: error: Argument 1 to "list" has incompatible type "Union[list[Any], set[Any], None]"; expected "Iterable[Any]"  [arg-type]
src/handlers/xliff_handler.py:602: error: Argument 1 to "list" has incompatible type "Union[list[Any], set[Any], None]"; expected "Iterable[Any]"  [arg-type]
src/handlers/xliff_handler.py:608: error: Need type annotation for "tool_info"  [var-annotated]
src/handlers/xliff_handler.py:624: error: Incompatible types in assignment (expression has type "str", target has type "Union[list[Any], dict[Any, Any], int, None]")  [assignment]
src/handlers/xliff_handler.py:627: error: Unsupported target for indexed assignment ("Union[list[Any], dict[Any, Any], int, None]")  [index]
src/handlers/xliff_handler.py:627: error: No overload variant of "__setitem__" of "list" matches argument types "str", "str"  [call-overload]
src/handlers/xliff_handler.py:627: note: Possible overload variants:
src/handlers/xliff_handler.py:627: note:     def __setitem__(self, SupportsIndex, Any, /) -> None
src/handlers/xliff_handler.py:627: note:     def __setitem__(self, slice[Any, Any, Any], Iterable[Any], /) -> None
src/handlers/xliff_handler.py:635: error: Item "dict[Any, Any]" of "Union[list[Any], dict[Any, Any], int, None]" has no attribute "append"  [union-attr]
src/handlers/xliff_handler.py:635: error: Item "int" of "Union[list[Any], dict[Any, Any], int, None]" has no attribute "append"  [union-attr]
src/handlers/xliff_handler.py:635: error: Item "None" of "Union[list[Any], dict[Any, Any], int, None]" has no attribute "append"  [union-attr]
src/handlers/xliff_handler.py:642: error: Item "int" of "Union[list[Any], dict[Any, Any], int, None]" has no attribute "__iter__" (not iterable)  [union-attr]
src/handlers/xliff_handler.py:642: error: Item "None" of "Union[list[Any], dict[Any, Any], int, None]" has no attribute "__iter__" (not iterable)  [union-attr]
src/handlers/xliff_handler.py:644: error: Item "dict[Any, Any]" of "Union[list[Any], dict[Any, Any], int, None]" has no attribute "append"  [union-attr]
src/handlers/xliff_handler.py:644: error: Item "int" of "Union[list[Any], dict[Any, Any], int, None]" has no attribute "append"  [union-attr]
src/handlers/xliff_handler.py:644: error: Item "None" of "Union[list[Any], dict[Any, Any], int, None]" has no attribute "append"  [union-attr]
src/handlers/xliff_handler.py:815: error: Need type annotation for "status"  [var-annotated]
src/handlers/xliff_handler.py:827: error: Need type annotation for "state_counts" (hint: "state_counts: dict[<type>, <type>] = ...")  [var-annotated]
src/handlers/xliff_handler.py:850: error: Item "dict[Any, Any]" of "Union[dict[Any, Any], list[Any], str, None]" has no attribute "append"  [union-attr]
src/handlers/xliff_handler.py:850: error: Item "str" of "Union[dict[Any, Any], list[Any], str, None]" has no attribute "append"  [union-attr]
src/handlers/xliff_handler.py:850: error: Item "None" of "Union[dict[Any, Any], list[Any], str, None]" has no attribute "append"  [union-attr]
src/handlers/xliff_handler.py:866: error: Unsupported target for indexed assignment ("object")  [index]
src/handlers/xliff_handler.py:874: error: Value of type "object" is not indexable  [index]
src/handlers/xliff_handler.py:874: error: Unsupported target for indexed assignment ("object")  [index]
src/handlers/xliff_handler.py:876: error: Value of type "object" is not indexable  [index]
src/handlers/xliff_handler.py:876: error: Unsupported target for indexed assignment ("object")  [index]
src/handlers/xliff_handler.py:878: error: Value of type "object" is not indexable  [index]
src/handlers/xliff_handler.py:878: error: Unsupported target for indexed assignment ("object")  [index]
src/handlers/xliff_handler.py:887: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/xliff_handler.py:888: error: Value of type "object" is not indexable  [index]
src/handlers/xliff_handler.py:888: error: Unsupported target for indexed assignment ("object")  [index]
src/handlers/xliff_handler.py:893: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/xliff_handler.py:894: error: Value of type "object" is not indexable  [index]
src/handlers/xliff_handler.py:894: error: Unsupported target for indexed assignment ("object")  [index]
src/handlers/xhtml_handler.py:193: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/xhtml_handler.py:195: error: Unsupported target for indexed assignment ("object")  [index]
src/handlers/xhtml_handler.py:196: error: "object" has no attribute "get"  [attr-defined]
src/handlers/xhtml_handler.py:225: error: Unsupported target for indexed assignment ("object")  [index]
src/handlers/xhtml_handler.py:282: error: Unsupported target for indexed assignment ("object")  [index]
src/handlers/xhtml_handler.py:283: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/xhtml_handler.py:290: error: Need type annotation for "metadata"  [var-annotated]
src/handlers/xhtml_handler.py:309: error: Incompatible types in assignment (expression has type "str", target has type "Optional[list[Any]]")  [assignment]
src/handlers/xhtml_handler.py:323: error: Incompatible types in assignment (expression has type "Optional[str]", target has type "Optional[list[Any]]")  [assignment]
src/handlers/xhtml_handler.py:325: error: Incompatible types in assignment (expression has type "Optional[str]", target has type "Optional[list[Any]]")  [assignment]
src/handlers/xhtml_handler.py:327: error: Incompatible types in assignment (expression has type "Optional[str]", target has type "Optional[list[Any]]")  [assignment]
src/handlers/xhtml_handler.py:329: error: Incompatible types in assignment (expression has type "Optional[str]", target has type "Optional[list[Any]]")  [assignment]
src/handlers/xhtml_handler.py:331: error: Incompatible types in assignment (expression has type "Optional[str]", target has type "Optional[list[Any]]")  [assignment]
src/handlers/xhtml_handler.py:333: error: Item "None" of "Optional[list[Any]]" has no attribute "append"  [union-attr]
src/handlers/xhtml_handler.py:344: error: Item "None" of "Optional[list[Any]]" has no attribute "append"  [union-attr]
src/handlers/xhtml_handler.py:365: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/xhtml_handler.py:367: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/xhtml_handler.py:373: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/xhtml_handler.py:375: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/xhtml_handler.py:377: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/xhtml_handler.py:438: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/xhtml_handler.py:441: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/xhtml_handler.py:443: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/xhtml_handler.py:447: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/xhtml_handler.py:451: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/xhtml_handler.py:455: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/xhtml_handler.py:460: error: Unsupported target for indexed assignment ("object")  [index]
src/handlers/xhtml_handler.py:461: error: "object" has no attribute "get"  [attr-defined]
src/handlers/xhtml_handler.py:465: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/xhtml_handler.py:468: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/xhtml_handler.py:488: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/xhtml_handler.py:491: error: Unsupported target for indexed assignment ("object")  [index]
src/handlers/xhtml_handler.py:491: error: "object" has no attribute "get"  [attr-defined]
src/handlers/xhtml_handler.py:495: error: "object" has no attribute "append"  [attr-defined]
src/handlers/xhtml_handler.py:499: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/xhtml_handler.py:501: error: Unsupported target for indexed assignment ("object")  [index]
src/handlers/xhtml_handler.py:502: error: "object" has no attribute "get"  [attr-defined]
src/handlers/xhtml_handler.py:526: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/xhtml_handler.py:533: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/xhtml_handler.py:538: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/xhtml_handler.py:540: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/xhtml_handler.py:543: error: Unsupported target for indexed assignment ("object")  [index]
src/handlers/xhtml_handler.py:544: error: "object" has no attribute "get"  [attr-defined]
src/handlers/xhtml_handler.py:550: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/xhtml_handler.py:647: error: Need type annotation for "nav_info"  [var-annotated]
src/handlers/xhtml_handler.py:656: error: Item "str" of "Union[list[Any], str, None]" has no attribute "append"  [union-attr]
src/handlers/xhtml_handler.py:656: error: Item "None" of "Union[list[Any], str, None]" has no attribute "append"  [union-attr]
src/handlers/xhtml_handler.py:668: error: Need type annotation for "form_info"  [var-annotated]
src/handlers/xhtml_handler.py:686: error: Item "str" of "Union[list[Any], str, None]" has no attribute "append"  [union-attr]
src/handlers/xhtml_handler.py:686: error: Item "None" of "Union[list[Any], str, None]" has no attribute "append"  [union-attr]
src/handlers/xhtml_handler.py:695: error: Dict entry 5 has incompatible type "str": "int"; expected "str": "Union[bool, str, None]"  [dict-item]
src/handlers/xhtml_handler.py:697: error: Item "str" of "Union[list[Any], str, None]" has no attribute "append"  [union-attr]
src/handlers/xhtml_handler.py:697: error: Item "None" of "Union[list[Any], str, None]" has no attribute "append"  [union-attr]
src/handlers/xhtml_handler.py:707: error: Item "str" of "Union[list[Any], str, None]" has no attribute "append"  [union-attr]
src/handlers/xhtml_handler.py:707: error: Item "None" of "Union[list[Any], str, None]" has no attribute "append"  [union-attr]
src/handlers/xhtml_handler.py:718: error: Need type annotation for "media"  [var-annotated]
src/handlers/wsdl_handler.py:137: error: "object" has no attribute "__iter__"; maybe "__dir__" or "__str__"? (not iterable)  [attr-defined]
src/handlers/wsdl_handler.py:138: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/wsdl_handler.py:156: error: "object" has no attribute "__iter__"; maybe "__dir__" or "__str__"? (not iterable)  [attr-defined]
src/handlers/wsdl_handler.py:157: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/wsdl_handler.py:166: error: Need type annotation for "service_info"  [var-annotated]
src/handlers/wsdl_handler.py:195: error: Item "str" of "Union[list[Any], str, None]" has no attribute "append"  [union-attr]
src/handlers/wsdl_handler.py:195: error: Item "None" of "Union[list[Any], str, None]" has no attribute "append"  [union-attr]
src/handlers/wsdl_handler.py:206: error: Need type annotation for "pt_info"  [var-annotated]
src/handlers/wsdl_handler.py:210: error: Need type annotation for "op_info"  [var-annotated]
src/handlers/wsdl_handler.py:230: error: Item "str" of "Union[list[Any], str, None]" has no attribute "append"  [union-attr]
src/handlers/wsdl_handler.py:230: error: Item "None" of "Union[list[Any], str, None]" has no attribute "append"  [union-attr]
src/handlers/wsdl_handler.py:234: error: Item "str" of "Union[list[Any], str, None]" has no attribute "append"  [union-attr]
src/handlers/wsdl_handler.py:234: error: Item "None" of "Union[list[Any], str, None]" has no attribute "append"  [union-attr]
src/handlers/wsdl_handler.py:264: error: Need type annotation for "msg_info"  [var-annotated]
src/handlers/wsdl_handler.py:273: error: Item "str" of "Union[list[Any], str, None]" has no attribute "append"  [union-attr]
src/handlers/wsdl_handler.py:273: error: Item "None" of "Union[list[Any], str, None]" has no attribute "append"  [union-attr]
src/handlers/wsdl_handler.py:281: error: Need type annotation for "types" (hint: "types: list[<type>] = ...")  [var-annotated]
src/handlers/wsdl_handler.py:325: error: Need type annotation for "binding_info"  [var-annotated]
src/handlers/wsdl_handler.py:356: error: Item "str" of "Union[list[Any], str, None]" has no attribute "append"  [union-attr]
src/handlers/wsdl_handler.py:356: error: Item "None" of "Union[list[Any], str, None]" has no attribute "append"  [union-attr]
src/handlers/wsdl_handler.py:371: error: Incompatible return value type (got "list[dict[str, Optional[str]]]", expected "list[dict[str, str]]")  [return-value]
src/handlers/wsdl_handler.py:379: error: Need type annotation for "service_info"  [var-annotated]
src/handlers/wsdl_handler.py:386: error: Item "str" of "Union[list[Any], str, None]" has no attribute "append"  [union-attr]
src/handlers/wsdl_handler.py:386: error: Item "None" of "Union[list[Any], str, None]" has no attribute "append"  [union-attr]
src/handlers/wsdl_handler.py:403: error: Need type annotation for "interface_info"  [var-annotated]
src/handlers/wsdl_handler.py:410: error: Item "str" of "Union[list[Any], str, None]" has no attribute "append"  [union-attr]
src/handlers/wsdl_handler.py:410: error: Item "None" of "Union[list[Any], str, None]" has no attribute "append"  [union-attr]
src/handlers/wsdl_handler.py:530: error: Incompatible return value type (got "list[dict[str, Optional[str]]]", expected "list[dict[str, str]]")  [return-value]
src/handlers/wsdl_handler.py:548: error: Argument 2 to "_resolve_message_type" of "WSDLHandler" has incompatible type "Optional[str]"; expected "str"  [arg-type]
src/handlers/wsdl_handler.py:554: error: Argument 2 to "_resolve_message_type" of "WSDLHandler" has incompatible type "Optional[str]"; expected "str"  [arg-type]
src/handlers/wsdl_handler.py:577: error: Incompatible return value type (got "list[dict[str, Optional[str]]]", expected "list[dict[str, str]]")  [return-value]
src/handlers/wsdl_handler.py:584: error: Need type annotation for "schema"  [var-annotated]
src/handlers/wsdl_handler.py:587: error: Item "str" of "Union[list[Any], str, None]" has no attribute "append"  [union-attr]
src/handlers/wsdl_handler.py:587: error: Item "None" of "Union[list[Any], str, None]" has no attribute "append"  [union-attr]
src/handlers/wsdl_handler.py:631: error: Incompatible return value type (got "list[dict[str, Optional[str]]]", expected "list[dict[str, str]]")  [return-value]
src/handlers/wsdl_handler.py:646: error: Incompatible return value type (got "dict[Optional[str], list[str]]", expected "dict[str, list[str]]")  [return-value]
src/handlers/wsdl_handler.py:662: error: Incompatible return value type (got "list[dict[str, Optional[str]]]", expected "list[dict[str, str]]")  [return-value]
src/handlers/wadl_handler.py:191: error: Incompatible types in assignment (expression has type "str", target has type "None")  [assignment]
src/handlers/wadl_handler.py:196: error: Incompatible types in assignment (expression has type "Optional[str]", target has type "None")  [assignment]
src/handlers/wadl_handler.py:202: error: Incompatible types in assignment (expression has type "Optional[str]", target has type "None")  [assignment]
src/handlers/wadl_handler.py:204: error: Incompatible types in assignment (expression has type "str", target has type "None")  [assignment]
src/handlers/wadl_handler.py:219: error: Need type annotation for "resource_info"  [var-annotated]
src/handlers/wadl_handler.py:232: error: "object" has no attribute "append"  [attr-defined]
src/handlers/wadl_handler.py:234: error: Argument 3 to "sub" has incompatible type "Union[int, list[Any], str]"; expected "str"  [arg-type]
src/handlers/wadl_handler.py:236: error: "object" has no attribute "add"  [attr-defined]
src/handlers/wadl_handler.py:256: error: "object" has no attribute "append"  [attr-defined]
src/handlers/wadl_handler.py:258: error: Argument 1 to "len" has incompatible type "object"; expected "Sized"  [arg-type]
src/handlers/wadl_handler.py:259: error: No overload variant of "list" matches argument type "object"  [call-overload]
src/handlers/wadl_handler.py:259: note: Possible overload variants:
src/handlers/wadl_handler.py:259: note:     def [_T] __init__(self) -> list[_T]
src/handlers/wadl_handler.py:259: note:     def [_T] __init__(self, Iterable[_T], /) -> list[_T]
src/handlers/wadl_handler.py:274: error: Need type annotation for "method_info"  [var-annotated]
src/handlers/wadl_handler.py:288: error: Unsupported target for indexed assignment ("object")  [index]
src/handlers/wadl_handler.py:289: error: "object" has no attribute "get"  [attr-defined]
src/handlers/wadl_handler.py:298: error: Item "int" of "Union[int, list[Any], str, None]" has no attribute "append"  [union-attr]
src/handlers/wadl_handler.py:298: error: Item "str" of "Union[int, list[Any], str, None]" has no attribute "append"  [union-attr]
src/handlers/wadl_handler.py:298: error: Item "None" of "Union[int, list[Any], str, None]" has no attribute "append"  [union-attr]
src/handlers/wadl_handler.py:300: error: No overload variant of "__add__" of "list" matches argument type "int"  [operator]
src/handlers/wadl_handler.py:300: note: Possible overload variants:
src/handlers/wadl_handler.py:300: note:     def __add__(self, list[Any], /) -> list[Any]
src/handlers/wadl_handler.py:300: note:     def [_S] __add__(self, list[_S], /) -> list[Union[_S, Any]]
src/handlers/wadl_handler.py:300: error: Unsupported operand types for + ("None" and "int")  [operator]
src/handlers/wadl_handler.py:300: note: Left operand is of type "Union[int, list[Any], str, None]"
src/handlers/wadl_handler.py:300: error: Unsupported operand types for + ("str" and "int")  [operator]
src/handlers/wadl_handler.py:304: error: Need type annotation for "response_info"  [var-annotated]
src/handlers/wadl_handler.py:310: error: "object" has no attribute "add"  [attr-defined]
src/handlers/wadl_handler.py:315: error: Item "str" of "Union[list[Any], str, None]" has no attribute "append"  [union-attr]
src/handlers/wadl_handler.py:315: error: Item "None" of "Union[list[Any], str, None]" has no attribute "append"  [union-attr]
src/handlers/wadl_handler.py:316: error: Item "int" of "Union[int, list[Any], str, None]" has no attribute "append"  [union-attr]
src/handlers/wadl_handler.py:316: error: Item "str" of "Union[int, list[Any], str, None]" has no attribute "append"  [union-attr]
src/handlers/wadl_handler.py:316: error: Item "None" of "Union[int, list[Any], str, None]" has no attribute "append"  [union-attr]
src/handlers/wadl_handler.py:318: error: Item "int" of "Union[int, list[Any], str, None]" has no attribute "append"  [union-attr]
src/handlers/wadl_handler.py:318: error: Item "str" of "Union[int, list[Any], str, None]" has no attribute "append"  [union-attr]
src/handlers/wadl_handler.py:318: error: Item "None" of "Union[int, list[Any], str, None]" has no attribute "append"  [union-attr]
src/handlers/wadl_handler.py:325: error: "object" has no attribute "append"  [attr-defined]
src/handlers/wadl_handler.py:327: error: Argument 1 to "len" has incompatible type "object"; expected "Sized"  [arg-type]
src/handlers/wadl_handler.py:328: error: No overload variant of "list" matches argument type "object"  [call-overload]
src/handlers/wadl_handler.py:328: note: Possible overload variants:
src/handlers/wadl_handler.py:328: note:     def [_T] __init__(self) -> list[_T]
src/handlers/wadl_handler.py:328: note:     def [_T] __init__(self, Iterable[_T], /) -> list[_T]
src/handlers/wadl_handler.py:345: error: Need type annotation for "param_info"  [var-annotated]
src/handlers/wadl_handler.py:360: error: Unsupported target for indexed assignment ("object")  [index]
src/handlers/wadl_handler.py:361: error: "object" has no attribute "get"  [attr-defined]
src/handlers/wadl_handler.py:366: error: Unsupported target for indexed assignment ("object")  [index]
src/handlers/wadl_handler.py:367: error: "object" has no attribute "get"  [attr-defined]
src/handlers/wadl_handler.py:372: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/wadl_handler.py:374: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/wadl_handler.py:382: error: Item "bool" of "Union[list[Any], bool, str, None]" has no attribute "append"  [union-attr]
src/handlers/wadl_handler.py:382: error: Item "str" of "Union[list[Any], bool, str, None]" has no attribute "append"  [union-attr]
src/handlers/wadl_handler.py:382: error: Item "None" of "Union[list[Any], bool, str, None]" has no attribute "append"  [union-attr]
src/handlers/wadl_handler.py:389: error: "object" has no attribute "append"  [attr-defined]
src/handlers/wadl_handler.py:391: error: Argument 1 to "len" has incompatible type "object"; expected "Sized"  [arg-type]
src/handlers/wadl_handler.py:419: error: "object" has no attribute "add"  [attr-defined]
src/handlers/wadl_handler.py:423: error: "object" has no attribute "add"  [attr-defined]
src/handlers/wadl_handler.py:427: error: "object" has no attribute "add"  [attr-defined]
src/handlers/wadl_handler.py:437: error: "object" has no attribute "append"  [attr-defined]
src/handlers/wadl_handler.py:439: error: Argument 1 to "len" has incompatible type "object"; expected "Sized"  [arg-type]
src/handlers/wadl_handler.py:440: error: No overload variant of "list" matches argument type "object"  [call-overload]
src/handlers/wadl_handler.py:440: note: Possible overload variants:
src/handlers/wadl_handler.py:440: note:     def [_T] __init__(self) -> list[_T]
src/handlers/wadl_handler.py:440: note:     def [_T] __init__(self, Iterable[_T], /) -> list[_T]
src/handlers/wadl_handler.py:441: error: No overload variant of "list" matches argument type "object"  [call-overload]
src/handlers/wadl_handler.py:441: note: Possible overload variants:
src/handlers/wadl_handler.py:441: note:     def [_T] __init__(self) -> list[_T]
src/handlers/wadl_handler.py:441: note:     def [_T] __init__(self, Iterable[_T], /) -> list[_T]
src/handlers/wadl_handler.py:442: error: No overload variant of "list" matches argument type "object"  [call-overload]
src/handlers/wadl_handler.py:442: note: Possible overload variants:
src/handlers/wadl_handler.py:442: note:     def [_T] __init__(self) -> list[_T]
src/handlers/wadl_handler.py:442: note:     def [_T] __init__(self, Iterable[_T], /) -> list[_T]
src/handlers/wadl_handler.py:466: error: "object" has no attribute "append"  [attr-defined]
src/handlers/wadl_handler.py:505: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/wadl_handler.py:510: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/wadl_handler.py:519: error: "object" has no attribute "append"  [attr-defined]
src/handlers/wadl_handler.py:522: error: Unsupported operand types for < ("int" and "object")  [operator]
src/handlers/wadl_handler.py:524: error: Unsupported left operand type for / ("object")  [operator]
src/handlers/wadl_handler.py:563: error: "object" has no attribute "append"  [attr-defined]
src/handlers/wadl_handler.py:566: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/wadl_handler.py:580: error: "object" has no attribute "append"  [attr-defined]
src/handlers/wadl_handler.py:668: error: Need type annotation for "endpoint"  [var-annotated]
src/handlers/wadl_handler.py:689: error: Item "str" of "Union[list[Any], str, None]" has no attribute "append"  [union-attr]
src/handlers/wadl_handler.py:689: error: Item "None" of "Union[list[Any], str, None]" has no attribute "append"  [union-attr]
src/handlers/wadl_handler.py:697: error: Item "str" of "Union[list[Any], str, None]" has no attribute "append"  [union-attr]
src/handlers/wadl_handler.py:697: error: Item "None" of "Union[list[Any], str, None]" has no attribute "append"  [union-attr]
src/handlers/wadl_handler.py:704: error: Item "str" of "Union[list[Any], str, None]" has no attribute "append"  [union-attr]
src/handlers/wadl_handler.py:704: error: Item "None" of "Union[list[Any], str, None]" has no attribute "append"  [union-attr]
src/handlers/wadl_handler.py:717: error: Need type annotation for "models"  [var-annotated]
src/handlers/wadl_handler.py:741: error: Dict entry 2 has incompatible type "str": "int"; expected "str": "Optional[str]"  [dict-item]
src/handlers/wadl_handler.py:774: error: Need type annotation for "error_info"  [var-annotated]
src/handlers/wadl_handler.py:784: error: Item "str" of "Union[list[Any], str, None]" has no attribute "append"  [union-attr]
src/handlers/wadl_handler.py:784: error: Item "None" of "Union[list[Any], str, None]" has no attribute "append"  [union-attr]
src/handlers/test_report_handler.py:173: error: Need type annotation for "suite_info"  [var-annotated]
src/handlers/test_report_handler.py:197: error: Incompatible types in assignment (expression has type "dict[str, Optional[str]]", target has type "Union[float, str, None]")  [assignment]
src/handlers/test_report_handler.py:202: error: "Collection[str]" has no attribute "append"  [attr-defined]
src/handlers/test_report_handler.py:208: error: Incompatible types in assignment (expression has type "dict[str, Optional[str]]", target has type "Union[float, str, None]")  [assignment]
src/handlers/test_report_handler.py:213: error: "Collection[str]" has no attribute "append"  [attr-defined]
src/handlers/test_report_handler.py:220: error: "Collection[str]" has no attribute "append"  [attr-defined]
src/handlers/test_report_handler.py:222: error: Item "float" of "Union[list[Any], float, int, str, None]" has no attribute "append"  [union-attr]
src/handlers/test_report_handler.py:222: error: Item "int" of "Union[list[Any], float, int, str, None]" has no attribute "append"  [union-attr]
src/handlers/test_report_handler.py:222: error: Item "str" of "Union[list[Any], float, int, str, None]" has no attribute "append"  [union-attr]
src/handlers/test_report_handler.py:222: error: Item "None" of "Union[list[Any], float, int, str, None]" has no attribute "append"  [union-attr]
src/handlers/test_report_handler.py:225: error: Unsupported operand types for < ("float" and "None")  [operator]
src/handlers/test_report_handler.py:225: note: Left operand is of type "Union[float, str, None]"
src/handlers/test_report_handler.py:225: error: Unsupported operand types for > ("str" and "float")  [operator]
src/handlers/test_report_handler.py:226: error: "Collection[str]" has no attribute "append"  [attr-defined]
src/handlers/test_report_handler.py:234: error: "Collection[str]" has no attribute "append"  [attr-defined]
src/handlers/test_report_handler.py:237: error: Value of type "Collection[str]" is not indexable  [index]
src/handlers/test_report_handler.py:237: error: Unsupported target for indexed assignment ("Collection[str]")  [index]
src/handlers/test_report_handler.py:238: error: Value of type "Collection[str]" is not indexable  [index]
src/handlers/test_report_handler.py:238: error: Unsupported target for indexed assignment ("Collection[str]")  [index]
src/handlers/test_report_handler.py:239: error: Value of type "Collection[str]" is not indexable  [index]
src/handlers/test_report_handler.py:239: error: Unsupported target for indexed assignment ("Collection[str]")  [index]
src/handlers/test_report_handler.py:240: error: Value of type "Collection[str]" is not indexable  [index]
src/handlers/test_report_handler.py:240: error: Unsupported target for indexed assignment ("Collection[str]")  [index]
src/handlers/test_report_handler.py:241: error: Value of type "Collection[str]" is not indexable  [index]
src/handlers/test_report_handler.py:241: error: Unsupported target for indexed assignment ("Collection[str]")  [index]
src/handlers/test_report_handler.py:243: error: Unsupported target for indexed assignment ("Collection[str]")  [index]
src/handlers/test_report_handler.py:244: error: Value of type "Collection[str]" is not indexable  [index]
src/handlers/test_report_handler.py:245: error: Value of type "Collection[str]" is not indexable  [index]
src/handlers/test_report_handler.py:246: error: Value of type "Collection[str]" is not indexable  [index]
src/handlers/test_report_handler.py:247: error: Value of type "Collection[str]" is not indexable  [index]
src/handlers/test_report_handler.py:251: error: "Collection[str]" has no attribute "sort"  [attr-defined]
src/handlers/test_report_handler.py:275: error: Need type annotation for "suite_info"  [var-annotated]
src/handlers/test_report_handler.py:286: error: Need type annotation for "test_info"  [var-annotated]
src/handlers/test_report_handler.py:306: error: Incompatible types in assignment (expression has type "list[Optional[str]]", target has type "Union[float, str, None]")  [assignment]
src/handlers/test_report_handler.py:310: error: Item "float" of "Union[float, str, None]" has no attribute "__iter__" (not iterable)  [union-attr]
src/handlers/test_report_handler.py:310: error: Item "None" of "Union[float, str, None]" has no attribute "__iter__" (not iterable)  [union-attr]
src/handlers/test_report_handler.py:312: error: Unsupported target for indexed assignment ("Collection[str]")  [index]
src/handlers/test_report_handler.py:317: error: Value of type "Collection[str]" is not indexable  [index]
src/handlers/test_report_handler.py:319: error: Value of type "Collection[str]" is not indexable  [index]
src/handlers/test_report_handler.py:321: error: Value of type "Collection[str]" is not indexable  [index]
src/handlers/test_report_handler.py:327: error: Incompatible types in assignment (expression has type "dict[str, Union[str, Any, None]]", target has type "Union[float, str, None]")  [assignment]
src/handlers/test_report_handler.py:330: error: Value of type "Optional[str]" is not indexable  [index]
src/handlers/test_report_handler.py:334: error: "Collection[str]" has no attribute "append"  [attr-defined]
src/handlers/test_report_handler.py:338: error: "Collection[str]" has no attribute "append"  [attr-defined]
src/handlers/test_report_handler.py:341: error: Unsupported operand types for < ("float" and "None")  [operator]
src/handlers/test_report_handler.py:341: note: Left operand is of type "Union[float, str, None]"
src/handlers/test_report_handler.py:341: error: Unsupported operand types for > ("str" and "float")  [operator]
src/handlers/test_report_handler.py:342: error: "Collection[str]" has no attribute "append"  [attr-defined]
src/handlers/test_report_handler.py:350: error: Item "float" of "Union[list[Any], float, str, None]" has no attribute "append"  [union-attr]
src/handlers/test_report_handler.py:350: error: Item "str" of "Union[list[Any], float, str, None]" has no attribute "append"  [union-attr]
src/handlers/test_report_handler.py:350: error: Item "None" of "Union[list[Any], float, str, None]" has no attribute "append"  [union-attr]
src/handlers/test_report_handler.py:352: error: Item "float" of "Union[list[Any], float, str, None]" has no attribute "append"  [union-attr]
src/handlers/test_report_handler.py:352: error: Item "str" of "Union[list[Any], float, str, None]" has no attribute "append"  [union-attr]
src/handlers/test_report_handler.py:352: error: Item "None" of "Union[list[Any], float, str, None]" has no attribute "append"  [union-attr]
src/handlers/test_report_handler.py:353: error: Value of type "Collection[str]" is not indexable  [index]
src/handlers/test_report_handler.py:353: error: Unsupported target for indexed assignment ("Collection[str]")  [index]
src/handlers/test_report_handler.py:355: error: "Collection[str]" has no attribute "append"  [attr-defined]
src/handlers/test_report_handler.py:358: error: "Collection[str]" has no attribute "sort"  [attr-defined]
src/handlers/test_report_handler.py:436: error: Item "None" of "Optional[Element[str]]" has no attribute "get"  [union-attr]
src/handlers/test_report_handler.py:437: error: Item "None" of "Optional[Element[str]]" has no attribute "get"  [union-attr]
src/handlers/test_report_handler.py:438: error: Item "None" of "Optional[Element[str]]" has no attribute "text"  [union-attr]
src/handlers/test_report_handler.py:477: error: Argument "key" to "sort" of "list" has incompatible type "Callable[[dict[str, Union[float, str, None]]], Union[float, str, None]]"; expected "Callable[[dict[str, Union[float, str, None]]], Union[SupportsDunderLT[Any], SupportsDunderGT[Any]]]"  [arg-type]
src/handlers/test_report_handler.py:477: error: Incompatible return value type (got "Union[float, str, None]", expected "Union[SupportsDunderLT[Any], SupportsDunderGT[Any]]")  [return-value]
src/handlers/test_report_handler.py:504: error: Incompatible types in assignment (expression has type "float", variable has type "int")  [assignment]
src/handlers/test_report_handler.py:537: error: Unsupported target for indexed assignment ("object")  [index]
src/handlers/test_report_handler.py:547: error: Unsupported target for indexed assignment ("object")  [index]
src/handlers/test_report_handler.py:555: error: Need type annotation for "error_categories"  [var-annotated]
src/handlers/test_report_handler.py:584: error: Item "None" of "Optional[Element[str]]" has no attribute "get"  [union-attr]
src/handlers/test_report_handler.py:585: error: Item "None" of "Optional[Element[str]]" has no attribute "get"  [union-attr]
src/handlers/test_report_handler.py:665: error: Incompatible default for argument "default" (default has type "None", argument has type "str")  [assignment]
src/handlers/test_report_handler.py:665: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
src/handlers/test_report_handler.py:665: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
src/handlers/svg_handler.py:207: error: Unsupported target for indexed assignment ("object")  [index]
src/handlers/svg_handler.py:208: error: "object" has no attribute "get"  [attr-defined]
src/handlers/svg_handler.py:210: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/svg_handler.py:220: error: "object" has no attribute "append"  [attr-defined]
src/handlers/svg_handler.py:230: error: Need type annotation for "graphics_info"  [var-annotated]
src/handlers/svg_handler.py:321: error: "object" has no attribute "append"  [attr-defined]
src/handlers/svg_handler.py:332: error: "object" has no attribute "append"  [attr-defined]
src/handlers/svg_handler.py:339: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/svg_handler.py:344: error: "object" has no attribute "extend"  [attr-defined]
src/handlers/svg_handler.py:347: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/svg_handler.py:352: error: "object" has no attribute "append"  [attr-defined]
src/handlers/svg_handler.py:357: error: "object" has no attribute "append"  [attr-defined]
src/handlers/svg_handler.py:361: error: "object" has no attribute "__iter__"; maybe "__dir__" or "__str__"? (not iterable)  [attr-defined]
src/handlers/svg_handler.py:363: error: No overload variant of "set" matches argument type "object"  [call-overload]
src/handlers/svg_handler.py:363: note: Possible overload variants:
src/handlers/svg_handler.py:363: note:     def [_T] __init__(self) -> set[_T]
src/handlers/svg_handler.py:363: note:     def [_T] __init__(self, Iterable[_T], /) -> set[_T]
src/handlers/svg_handler.py:383: error: "object" has no attribute "append"  [attr-defined]
src/handlers/svg_handler.py:391: error: "object" has no attribute "append"  [attr-defined]
src/handlers/svg_handler.py:398: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/svg_handler.py:400: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/svg_handler.py:405: error: Incompatible types in assignment (expression has type "float", variable has type "int")  [assignment]
src/handlers/svg_handler.py:407: error: Incompatible types in assignment (expression has type "float", variable has type "int")  [assignment]
src/handlers/svg_handler.py:408: error: Unsupported operand types for < ("int" and "object")  [operator]
src/handlers/svg_handler.py:409: error: Incompatible types in assignment (expression has type "float", variable has type "int")  [assignment]
src/handlers/svg_handler.py:410: error: Unsupported operand types for < ("int" and "object")  [operator]
src/handlers/svg_handler.py:411: error: Incompatible types in assignment (expression has type "float", variable has type "int")  [assignment]
src/handlers/svg_handler.py:446: error: "object" has no attribute "append"  [attr-defined]
src/handlers/svg_handler.py:447: error: Unsupported target for indexed assignment ("object")  [index]
src/handlers/svg_handler.py:448: error: "object" has no attribute "get"  [attr-defined]
src/handlers/svg_handler.py:456: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/svg_handler.py:472: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/svg_handler.py:475: error: "object" has no attribute "append"  [attr-defined]
src/handlers/svg_handler.py:481: error: "object" has no attribute "append"  [attr-defined]
src/handlers/svg_handler.py:483: error: "object" has no attribute "append"  [attr-defined]
src/handlers/svg_handler.py:521: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/svg_handler.py:529: error: Unsupported operand types for < ("int" and "object")  [operator]
src/handlers/svg_handler.py:530: error: "object" has no attribute "append"  [attr-defined]
src/handlers/svg_handler.py:531: error: Unsupported operand types for < ("int" and "object")  [operator]
src/handlers/svg_handler.py:532: error: "object" has no attribute "append"  [attr-defined]
src/handlers/svg_handler.py:535: error: Unsupported operand types for < ("int" and "object")  [operator]
src/handlers/svg_handler.py:536: error: "object" has no attribute "append"  [attr-defined]
src/handlers/svg_handler.py:553: error: "object" has no attribute "append"  [attr-defined]
src/handlers/svg_handler.py:561: error: "object" has no attribute "append"  [attr-defined]
src/handlers/svg_handler.py:562: error: "object" has no attribute "append"  [attr-defined]
src/handlers/svg_handler.py:568: error: "object" has no attribute "append"  [attr-defined]
src/handlers/svg_handler.py:613: error: Need type annotation for "elements" (hint: "elements: dict[<type>, <type>] = ...")  [var-annotated]
src/handlers/struts_config_handler.py:70: error: Incompatible types in assignment (expression has type "float", variable has type "int")  [assignment]
src/handlers/struts_config_handler.py:225: error: Unsupported target for indexed assignment ("object")  [index]
src/handlers/struts_config_handler.py:241: error: "object" has no attribute "append"  [attr-defined]
src/handlers/struts_config_handler.py:260: error: Need type annotation for "action_data"  [var-annotated]
src/handlers/struts_config_handler.py:275: error: "object" has no attribute "append"  [attr-defined]
src/handlers/struts_config_handler.py:279: error: Unsupported target for indexed assignment ("object")  [index]
src/handlers/struts_config_handler.py:280: error: "object" has no attribute "get"  [attr-defined]
src/handlers/struts_config_handler.py:285: error: Unsupported target for indexed assignment ("object")  [index]
src/handlers/struts_config_handler.py:286: error: "object" has no attribute "get"  [attr-defined]
src/handlers/struts_config_handler.py:298: error: Item "bool" of "Union[list[Any], bool, str, None]" has no attribute "append"  [union-attr]
src/handlers/struts_config_handler.py:298: error: Item "str" of "Union[list[Any], bool, str, None]" has no attribute "append"  [union-attr]
src/handlers/struts_config_handler.py:298: error: Item "None" of "Union[list[Any], bool, str, None]" has no attribute "append"  [union-attr]
src/handlers/struts_config_handler.py:302: error: Unsupported target for indexed assignment ("object")  [index]
src/handlers/struts_config_handler.py:303: error: "object" has no attribute "get"  [attr-defined]
src/handlers/struts_config_handler.py:314: error: Item "bool" of "Union[list[Any], bool, str, None]" has no attribute "append"  [union-attr]
src/handlers/struts_config_handler.py:314: error: Item "str" of "Union[list[Any], bool, str, None]" has no attribute "append"  [union-attr]
src/handlers/struts_config_handler.py:314: error: Item "None" of "Union[list[Any], bool, str, None]" has no attribute "append"  [union-attr]
src/handlers/struts_config_handler.py:316: error: "object" has no attribute "append"  [attr-defined]
src/handlers/struts_config_handler.py:334: error: Need type annotation for "bean_data"  [var-annotated]
src/handlers/struts_config_handler.py:343: error: Unsupported target for indexed assignment ("object")  [index]
src/handlers/struts_config_handler.py:344: error: "object" has no attribute "get"  [attr-defined]
src/handlers/struts_config_handler.py:349: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/struts_config_handler.py:359: error: Item "bool" of "Union[list[Any], bool, str, None]" has no attribute "append"  [union-attr]
src/handlers/struts_config_handler.py:359: error: Item "str" of "Union[list[Any], bool, str, None]" has no attribute "append"  [union-attr]
src/handlers/struts_config_handler.py:359: error: Item "None" of "Union[list[Any], bool, str, None]" has no attribute "append"  [union-attr]
src/handlers/struts_config_handler.py:361: error: "object" has no attribute "append"  [attr-defined]
src/handlers/struts_config_handler.py:387: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/struts_config_handler.py:390: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/struts_config_handler.py:392: error: "object" has no attribute "append"  [attr-defined]
src/handlers/struts_config_handler.py:434: error: Incompatible types in assignment (expression has type "str", target has type "Optional[bool]")  [assignment]
src/handlers/struts_config_handler.py:451: error: Need type annotation for "ds_data"  [var-annotated]
src/handlers/struts_config_handler.py:458: error: Unsupported target for indexed assignment ("Union[dict[Any, Any], str, None]")  [index]
src/handlers/struts_config_handler.py:462: error: Unsupported target for indexed assignment ("object")  [index]
src/handlers/struts_config_handler.py:463: error: "object" has no attribute "get"  [attr-defined]
src/handlers/struts_config_handler.py:468: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/struts_config_handler.py:470: error: "object" has no attribute "append"  [attr-defined]
src/handlers/struts_config_handler.py:505: error: Unsupported target for indexed assignment ("object")  [index]
src/handlers/struts_config_handler.py:506: error: "object" has no attribute "get"  [attr-defined]
src/handlers/struts_config_handler.py:511: error: Unsupported target for indexed assignment ("object")  [index]
src/handlers/struts_config_handler.py:512: error: "object" has no attribute "get"  [attr-defined]
src/handlers/struts_config_handler.py:515: error: "object" has no attribute "append"  [attr-defined]
src/handlers/struts_config_handler.py:541: error: Unsupported target for indexed assignment ("object")  [index]
src/handlers/struts_config_handler.py:542: error: "object" has no attribute "get"  [attr-defined]
src/handlers/struts_config_handler.py:547: error: "object" has no attribute "append"  [attr-defined]
src/handlers/struts_config_handler.py:572: error: Need type annotation for "plugin_data"  [var-annotated]
src/handlers/struts_config_handler.py:579: error: Unsupported target for indexed assignment ("Union[dict[Any, Any], str, None]")  [index]
src/handlers/struts_config_handler.py:584: error: Unsupported target for indexed assignment ("object")  [index]
src/handlers/struts_config_handler.py:585: error: "object" has no attribute "get"  [attr-defined]
src/handlers/struts_config_handler.py:589: error: Item "dict[Any, Any]" of "Union[dict[Any, Any], str]" has no attribute "lower"  [union-attr]
src/handlers/struts_config_handler.py:591: error: Item "dict[Any, Any]" of "Union[dict[Any, Any], str]" has no attribute "lower"  [union-attr]
src/handlers/struts_config_handler.py:594: error: "object" has no attribute "append"  [attr-defined]
src/handlers/struts_config_handler.py:614: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/struts_config_handler.py:618: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/struts_config_handler.py:625: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/struts_config_handler.py:638: error: "object" has no attribute "append"  [attr-defined]
src/handlers/struts_config_handler.py:643: error: "object" has no attribute "append"  [attr-defined]
src/handlers/struts_config_handler.py:648: error: "object" has no attribute "append"  [attr-defined]
src/handlers/struts_config_handler.py:681: error: Need type annotation for "form_usage" (hint: "form_usage: dict[<type>, <type>] = ...")  [var-annotated]
src/handlers/struts_config_handler.py:714: error: Incompatible types in assignment (expression has type "float", variable has type "int")  [assignment]
src/handlers/struts_config_handler.py:724: error: Need type annotation for "structure"  [var-annotated]
src/handlers/struts_config_handler.py:743: error: "Collection[Any]" has no attribute "append"  [attr-defined]
src/handlers/struts_config_handler.py:759: error: "Collection[Any]" has no attribute "append"  [attr-defined]
src/handlers/struts_config_handler.py:790: error: Need type annotation for "form_data"  [var-annotated]
src/handlers/struts_config_handler.py:804: error: Item "bool" of "Union[list[Any], bool, str, None]" has no attribute "append"  [union-attr]
src/handlers/struts_config_handler.py:804: error: Item "str" of "Union[list[Any], bool, str, None]" has no attribute "append"  [union-attr]
src/handlers/struts_config_handler.py:804: error: Item "None" of "Union[list[Any], bool, str, None]" has no attribute "append"  [union-attr]
src/handlers/struts_config_handler.py:812: error: Need type annotation for "flow"  [var-annotated]
src/handlers/struts_config_handler.py:848: error: Need type annotation for "resources"  [var-annotated]
src/handlers/spring_config_handler.py:101: error: Value of type "object" is not indexable  [index]
src/handlers/spring_config_handler.py:102: error: Argument 1 to "len" has incompatible type "object"; expected "Sized"  [arg-type]
src/handlers/spring_config_handler.py:103: error: Argument 1 to "len" has incompatible type "object"; expected "Sized"  [arg-type]
src/handlers/spring_config_handler.py:118: error: Incompatible default for argument "namespaces" (default has type "None", argument has type "dict[str, str]")  [assignment]
src/handlers/spring_config_handler.py:118: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
src/handlers/spring_config_handler.py:118: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
src/handlers/spring_config_handler.py:121: error: Need type annotation for "bean_classes" (hint: "bean_classes: dict[<type>, <type>] = ...")  [var-annotated]
src/handlers/spring_config_handler.py:182: error: Incompatible return value type (got "list[dict[str, Optional[str]]]", expected "list[dict[str, str]]")  [return-value]
src/handlers/spring_config_handler.py:237: error: Need type annotation for "counts" (hint: "counts: dict[<type>, <type>] = ...")  [var-annotated]
src/handlers/soap_envelope_handler.py:296: error: "object" has no attribute "append"  [attr-defined]
src/handlers/soap_envelope_handler.py:297: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/soap_envelope_handler.py:301: error: "object" has no attribute "append"  [attr-defined]
src/handlers/soap_envelope_handler.py:304: error: "object" has no attribute "append"  [attr-defined]
src/handlers/soap_envelope_handler.py:311: error: "object" has no attribute "append"  [attr-defined]
src/handlers/soap_envelope_handler.py:318: error: "object" has no attribute "append"  [attr-defined]
src/handlers/soap_envelope_handler.py:350: error: "object" has no attribute "append"  [attr-defined]
src/handlers/soap_envelope_handler.py:364: error: "object" has no attribute "append"  [attr-defined]
src/handlers/soap_envelope_handler.py:417: error: Incompatible types in assignment (expression has type "Optional[str]", target has type "Collection[str]")  [assignment]
src/handlers/soap_envelope_handler.py:420: error: Incompatible types in assignment (expression has type "Optional[str]", target has type "Collection[str]")  [assignment]
src/handlers/soap_envelope_handler.py:423: error: "object" has no attribute "append"  [attr-defined]
src/handlers/soap_envelope_handler.py:431: error: "object" has no attribute "append"  [attr-defined]
src/handlers/soap_envelope_handler.py:436: error: Incompatible types in assignment (expression has type "Optional[str]", target has type "Collection[str]")  [assignment]
src/handlers/soap_envelope_handler.py:437: error: Incompatible types in assignment (expression has type "Optional[str]", target has type "Collection[str]")  [assignment]
src/handlers/soap_envelope_handler.py:438: error: "object" has no attribute "append"  [attr-defined]
src/handlers/soap_envelope_handler.py:442: error: "object" has no attribute "append"  [attr-defined]
src/handlers/soap_envelope_handler.py:447: error: "object" has no attribute "append"  [attr-defined]
src/handlers/soap_envelope_handler.py:453: error: Need type annotation for "addressing_info"  [var-annotated]
src/handlers/soap_envelope_handler.py:482: error: Incompatible types in assignment (expression has type "Optional[str]", target has type "Union[list[Any], bool, None]")  [assignment]
src/handlers/soap_envelope_handler.py:488: error: Incompatible types in assignment (expression has type "str", target has type "Union[list[Any], bool, None]")  [assignment]
src/handlers/soap_envelope_handler.py:490: error: Incompatible types in assignment (expression has type "str", target has type "Union[list[Any], bool, None]")  [assignment]
src/handlers/soap_envelope_handler.py:494: error: Item "bool" of "Union[list[Any], bool, None]" has no attribute "append"  [union-attr]
src/handlers/soap_envelope_handler.py:494: error: Item "None" of "Union[list[Any], bool, None]" has no attribute "append"  [union-attr]
src/handlers/soap_envelope_handler.py:532: error: "object" has no attribute "append"  [attr-defined]
src/handlers/soap_envelope_handler.py:539: error: Need type annotation for "namespaces_info"  [var-annotated]
src/handlers/soap_envelope_handler.py:550: error: Unsupported target for indexed assignment ("Union[list[Any], dict[Any, Any], None]")  [index]
src/handlers/soap_envelope_handler.py:550: error: No overload variant of "__setitem__" of "list" matches argument types "str", "str"  [call-overload]
src/handlers/soap_envelope_handler.py:550: note: Possible overload variants:
src/handlers/soap_envelope_handler.py:550: note:     def __setitem__(self, SupportsIndex, Any, /) -> None
src/handlers/soap_envelope_handler.py:550: note:     def __setitem__(self, slice[Any, Any, Any], Iterable[Any], /) -> None
src/handlers/soap_envelope_handler.py:554: error: Incompatible types in assignment (expression has type "str", target has type "Union[list[Any], dict[Any, Any], None]")  [assignment]
src/handlers/soap_envelope_handler.py:558: error: Item "dict[Any, Any]" of "Union[list[Any], dict[Any, Any], None]" has no attribute "append"  [union-attr]
src/handlers/soap_envelope_handler.py:558: error: Item "None" of "Union[list[Any], dict[Any, Any], None]" has no attribute "append"  [union-attr]
src/handlers/soap_envelope_handler.py:560: error: Item "dict[Any, Any]" of "Union[list[Any], dict[Any, Any], None]" has no attribute "append"  [union-attr]
src/handlers/soap_envelope_handler.py:560: error: Item "None" of "Union[list[Any], dict[Any, Any], None]" has no attribute "append"  [union-attr]
src/handlers/soap_envelope_handler.py:562: error: Item "dict[Any, Any]" of "Union[list[Any], dict[Any, Any], None]" has no attribute "append"  [union-attr]
src/handlers/soap_envelope_handler.py:562: error: Item "None" of "Union[list[Any], dict[Any, Any], None]" has no attribute "append"  [union-attr]
src/handlers/soap_envelope_handler.py:603: error: Incompatible types in assignment (expression has type "float", target has type "int")  [assignment]
src/handlers/soap_envelope_handler.py:670: error: Need type annotation for "detail_info"  [var-annotated]
src/handlers/soap_envelope_handler.py:674: error: Item "str" of "Union[list[Any], str, None]" has no attribute "append"  [union-attr]
src/handlers/soap_envelope_handler.py:674: error: Item "None" of "Union[list[Any], str, None]" has no attribute "append"  [union-attr]
src/handlers/sitemap_handler.py:226: error: Need type annotation for "seo_analysis"  [var-annotated]
src/handlers/sitemap_handler.py:301: error: Unsupported operand types for < ("int" and "object")  [operator]
src/handlers/sitemap_handler.py:362: error: Unsupported operand types for > ("float" and "object")  [operator]
src/handlers/sitemap_handler.py:363: error: "object" has no attribute "append"  [attr-defined]
src/handlers/sitemap_handler.py:366: error: Unsupported operand types for > ("float" and "object")  [operator]
src/handlers/sitemap_handler.py:367: error: "object" has no attribute "append"  [attr-defined]
src/handlers/sitemap_handler.py:375: error: Need type annotation for "accessibility"  [var-annotated]
src/handlers/sitemap_handler.py:385: error: Need type annotation for "protocols" (hint: "protocols: dict[<type>, <type>] = ...")  [var-annotated]
src/handlers/sitemap_handler.py:409: error: "Collection[Any]" has no attribute "append"  [attr-defined]
src/handlers/sitemap_handler.py:410: error: Value of type "Collection[Any]" is not indexable  [index]
src/handlers/sitemap_handler.py:411: error: "Collection[Any]" has no attribute "append"  [attr-defined]
src/handlers/sitemap_handler.py:421: error: Need type annotation for "performance"  [var-annotated]
src/handlers/sitemap_handler.py:448: error: Value of type "Collection[Any]" is not indexable  [index]
src/handlers/sitemap_handler.py:449: error: "Collection[Any]" has no attribute "append"  [attr-defined]
src/handlers/sitemap_handler.py:453: error: Value of type "Collection[Any]" is not indexable  [index]
src/handlers/sitemap_handler.py:455: error: "Collection[Any]" has no attribute "append"  [attr-defined]
src/handlers/sitemap_handler.py:509: error: Value of type "object" is not indexable  [index]
src/handlers/sitemap_handler.py:510: error: "object" has no attribute "append"  [attr-defined]
src/handlers/sitemap_handler.py:518: error: Need type annotation for "security"  [var-annotated]
src/handlers/sitemap_handler.py:534: error: "Collection[Any]" has no attribute "append"  [attr-defined]
src/handlers/sitemap_handler.py:547: error: "Collection[Any]" has no attribute "append"  [attr-defined]
src/handlers/sitemap_handler.py:553: error: Value of type "Collection[Any]" is not indexable  [index]
src/handlers/sitemap_handler.py:554: error: Value of type "Collection[Any]" is not indexable  [index]
src/handlers/sitemap_handler.py:557: error: Value of type "Collection[Any]" is not indexable  [index]
src/handlers/sitemap_handler.py:561: error: "Collection[Any]" has no attribute "append"  [attr-defined]
src/handlers/sitemap_handler.py:569: error: Need type annotation for "opportunities"  [var-annotated]
src/handlers/sitemap_handler.py:628: error: Incompatible types in assignment (expression has type "int", target has type "str")  [assignment]
src/handlers/sitemap_handler.py:640: error: Incompatible types in assignment (expression has type "float", target has type "str")  [assignment]
src/handlers/sitemap_handler.py:667: error: Need type annotation for "priorities" (hint: "priorities: dict[<type>, <type>] = ...")  [var-annotated]
src/handlers/sitemap_handler.py:679: error: Need type annotation for "frequencies" (hint: "frequencies: dict[<type>, <type>] = ...")  [var-annotated]
src/handlers/sitemap_handler.py:710: error: Need type annotation for "patterns"  [var-annotated]
src/handlers/sitemap_handler.py:723: error: "Collection[Any]" has no attribute "add"  [attr-defined]
src/handlers/sitemap_handler.py:728: error: Unsupported target for indexed assignment ("Collection[Any]")  [index]
src/handlers/sitemap_handler.py:729: error: "Collection[Any]" has no attribute "get"  [attr-defined]
src/handlers/sitemap_handler.py:736: error: Unsupported target for indexed assignment ("Collection[Any]")  [index]
src/handlers/sitemap_handler.py:737: error: "Collection[Any]" has no attribute "get"  [attr-defined]
src/handlers/sitemap_handler.py:743: error: Unsupported target for indexed assignment ("Collection[Any]")  [index]
src/handlers/sitemap_handler.py:744: error: "Collection[Any]" has no attribute "get"  [attr-defined]
src/handlers/sitemap_handler.py:952: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/sitemap_handler.py:954: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/sitemap_handler.py:955: error: "object" has no attribute "append"  [attr-defined]
src/handlers/sitemap_handler.py:992: error: Item "None" of "Optional[Element[str]]" has no attribute "text"  [union-attr]
src/handlers/servicenow_handler.py:177: error: Incompatible types in assignment (expression has type "int", target has type "Optional[str]")  [assignment]
src/handlers/servicenow_handler.py:178: error: Incompatible types in assignment (expression has type "list[str]", target has type "Optional[str]")  [assignment]
src/handlers/servicenow_handler.py:217: error: Unsupported target for indexed assignment ("object")  [index]
src/handlers/servicenow_handler.py:218: error: "object" has no attribute "get"  [attr-defined]
src/handlers/servicenow_handler.py:223: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/servicenow_handler.py:373: error: Need type annotation for "people"  [var-annotated]
src/handlers/scap_handler.py:120: error: Need type annotation for "data_inventory" (hint: "data_inventory: dict[<type>, <type>] = ...")  [var-annotated]
src/handlers/scap_handler.py:128: error: Incompatible types in assignment (expression has type "dict[str, int]", target has type "int")  [assignment]
src/handlers/scap_handler.py:131: error: Incompatible types in assignment (expression has type "dict[str, Any]", target has type "int")  [assignment]
src/handlers/saml_handler.py:324: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/saml_handler.py:348: error: "object" has no attribute "append"  [attr-defined]
src/handlers/saml_handler.py:354: error: Need type annotation for "subject_info"  [var-annotated]
src/handlers/saml_handler.py:369: error: Incompatible types in assignment (expression has type "Optional[str]", target has type "Union[list[Any], bool, None]")  [assignment]
src/handlers/saml_handler.py:370: error: Incompatible types in assignment (expression has type "Optional[str]", target has type "Union[list[Any], bool, None]")  [assignment]
src/handlers/saml_handler.py:391: error: Item "bool" of "Union[list[Any], bool, None]" has no attribute "append"  [union-attr]
src/handlers/saml_handler.py:391: error: Item "None" of "Union[list[Any], bool, None]" has no attribute "append"  [union-attr]
src/handlers/saml_handler.py:397: error: Need type annotation for "conditions_info"  [var-annotated]
src/handlers/saml_handler.py:408: error: Incompatible types in assignment (expression has type "Optional[str]", target has type "Union[list[Any], bool, None]")  [assignment]
src/handlers/saml_handler.py:409: error: Incompatible types in assignment (expression has type "Optional[str]", target has type "Union[list[Any], bool, None]")  [assignment]
src/handlers/saml_handler.py:414: error: Item "bool" of "Union[list[Any], bool, None]" has no attribute "append"  [union-attr]
src/handlers/saml_handler.py:414: error: Item "None" of "Union[list[Any], bool, None]" has no attribute "append"  [union-attr]
src/handlers/saml_handler.py:426: error: Item "bool" of "Union[list[Any], bool, None]" has no attribute "extend"  [union-attr]
src/handlers/saml_handler.py:426: error: Item "None" of "Union[list[Any], bool, None]" has no attribute "extend"  [union-attr]
src/handlers/saml_handler.py:450: error: Need type annotation for "attr_data"  [var-annotated]
src/handlers/saml_handler.py:459: error: Item "str" of "Union[list[Any], str, None]" has no attribute "append"  [union-attr]
src/handlers/saml_handler.py:459: error: Item "None" of "Union[list[Any], str, None]" has no attribute "append"  [union-attr]
src/handlers/saml_handler.py:461: error: "object" has no attribute "append"  [attr-defined]
src/handlers/saml_handler.py:462: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/saml_handler.py:465: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/saml_handler.py:466: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/saml_handler.py:468: error: "object" has no attribute "append"  [attr-defined]
src/handlers/saml_handler.py:474: error: Need type annotation for "auth_info"  [var-annotated]
src/handlers/saml_handler.py:500: error: Incompatible types in assignment (expression has type "dict[str, Optional[str]]", target has type "Optional[str]")  [assignment]
src/handlers/saml_handler.py:505: error: "Collection[Any]" has no attribute "append"  [attr-defined]
src/handlers/saml_handler.py:531: error: "object" has no attribute "append"  [attr-defined]
src/handlers/saml_handler.py:543: error: "object" has no attribute "append"  [attr-defined]
src/handlers/saml_handler.py:547: error: "object" has no attribute "append"  [attr-defined]
src/handlers/saml_handler.py:550: error: "object" has no attribute "append"  [attr-defined]
src/handlers/saml_handler.py:558: error: "object" has no attribute "append"  [attr-defined]
src/handlers/saml_handler.py:566: error: Need type annotation for "namespaces_info"  [var-annotated]
src/handlers/saml_handler.py:576: error: Unsupported target for indexed assignment ("Union[list[Any], dict[Any, Any], None]")  [index]
src/handlers/saml_handler.py:576: error: No overload variant of "__setitem__" of "list" matches argument types "str", "str"  [call-overload]
src/handlers/saml_handler.py:576: note: Possible overload variants:
src/handlers/saml_handler.py:576: note:     def __setitem__(self, SupportsIndex, Any, /) -> None
src/handlers/saml_handler.py:576: note:     def __setitem__(self, slice[Any, Any, Any], Iterable[Any], /) -> None
src/handlers/saml_handler.py:583: error: Incompatible types in assignment (expression has type "str", target has type "Union[list[Any], dict[Any, Any], None]")  [assignment]
src/handlers/saml_handler.py:588: error: Incompatible types in assignment (expression has type "str", target has type "Union[list[Any], dict[Any, Any], None]")  [assignment]
src/handlers/saml_handler.py:592: error: Item "dict[Any, Any]" of "Union[list[Any], dict[Any, Any], None]" has no attribute "append"  [union-attr]
src/handlers/saml_handler.py:592: error: Item "None" of "Union[list[Any], dict[Any, Any], None]" has no attribute "append"  [union-attr]
src/handlers/saml_handler.py:594: error: Item "dict[Any, Any]" of "Union[list[Any], dict[Any, Any], None]" has no attribute "append"  [union-attr]
src/handlers/saml_handler.py:594: error: Item "None" of "Union[list[Any], dict[Any, Any], None]" has no attribute "append"  [union-attr]
src/handlers/saml_handler.py:596: error: Item "dict[Any, Any]" of "Union[list[Any], dict[Any, Any], None]" has no attribute "append"  [union-attr]
src/handlers/saml_handler.py:596: error: Item "None" of "Union[list[Any], dict[Any, Any], None]" has no attribute "append"  [union-attr]
src/handlers/saml_handler.py:632: error: Incompatible types in assignment (expression has type "float", target has type "int")  [assignment]
src/handlers/saml_handler.py:641: error: Incompatible types in assignment (expression has type "float", variable has type "int")  [assignment]
src/handlers/saml_handler.py:643: error: Incompatible types in assignment (expression has type "float", variable has type "int")  [assignment]
src/handlers/saml_handler.py:645: error: Incompatible types in assignment (expression has type "float", variable has type "int")  [assignment]
src/handlers/saml_handler.py:647: error: Incompatible types in assignment (expression has type "float", variable has type "int")  [assignment]
src/handlers/rss_handler.py:87: error: Argument 1 to "len" has incompatible type "object"; expected "Sized"  [arg-type]
src/handlers/properties_xml_handler.py:132: error: Argument 1 to "_infer_property_type" of "PropertiesXMLHandler" has incompatible type "Optional[str]"; expected "str"  [arg-type]
src/handlers/properties_xml_handler.py:140: error: Unsupported right operand type for in ("object")  [operator]
src/handlers/properties_xml_handler.py:142: error: "object" has no attribute "startswith"  [attr-defined]
src/handlers/properties_xml_handler.py:144: error: "object" has no attribute "startswith"  [attr-defined]
src/handlers/properties_xml_handler.py:152: error: Argument "key" to "sort" of "list" has incompatible type "Callable[[dict[str, object]], object]"; expected "Callable[[dict[str, object]], Union[SupportsDunderLT[Any], SupportsDunderGT[Any]]]"  [arg-type]
src/handlers/properties_xml_handler.py:152: error: Incompatible return value type (got "object", expected "Union[SupportsDunderLT[Any], SupportsDunderGT[Any]]")  [return-value]
src/handlers/properties_xml_handler.py:160: error: Need type annotation for "groups" (hint: "groups: dict[<type>, <type>] = ...")  [var-annotated]
src/handlers/properties_xml_handler.py:181: error: Need type annotation for "env_configs"  [var-annotated]
src/handlers/properties_xml_handler.py:289: error: Incompatible return value type (got "list[dict[str, Union[list[Any], str, None]]]", expected "list[dict[str, str]]")  [return-value]
src/handlers/properties_xml_handler.py:293: error: Need type annotation for "key_occurrences" (hint: "key_occurrences: dict[<type>, <type>] = ...")  [var-annotated]
src/handlers/properties_xml_handler.py:338: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/properties_xml_handler.py:346: error: Unsupported target for indexed assignment ("object")  [index]
src/handlers/properties_xml_handler.py:347: error: "object" has no attribute "get"  [attr-defined]
src/handlers/properties_xml_handler.py:352: error: Unsupported target for indexed assignment ("object")  [index]
src/handlers/properties_xml_handler.py:353: error: "object" has no attribute "get"  [attr-defined]
src/handlers/properties_xml_handler.py:545: error: Need type annotation for "grouped" (hint: "grouped: dict[<type>, <type>] = ...")  [var-annotated]
src/handlers/properties_xml_handler.py:589: error: Incompatible types in assignment (expression has type "int", target has type "str")  [assignment]
src/handlers/properties_xml_handler.py:595: error: Need type annotation for "patterns"  [var-annotated]
src/handlers/openapi_xml_handler.py:62: error: Incompatible types in assignment (expression has type "Optional[str]", variable has type "str")  [assignment]
src/handlers/openapi_xml_handler.py:65: error: Item "None" of "Optional[Element[str]]" has no attribute "text"  [union-attr]
src/handlers/openapi_xml_handler.py:66: error: Item "None" of "Optional[Element[str]]" has no attribute "text"  [union-attr]
src/handlers/openapi_xml_handler.py:69: error: Item "None" of "Optional[Element[str]]" has no attribute "text"  [union-attr]
src/handlers/openapi_xml_handler.py:70: error: Item "None" of "Optional[Element[str]]" has no attribute "text"  [union-attr]
src/handlers/openapi_xml_handler.py:127: error: Item "list[dict[str, str]]" of "Union[list[dict[str, str]], list[dict[str, Any]], dict[str, Any], dict[str, str], None]" has no attribute "get"  [union-attr]
src/handlers/openapi_xml_handler.py:127: error: Item "list[dict[str, Any]]" of "Union[list[dict[str, str]], list[dict[str, Any]], dict[str, Any], dict[str, str], None]" has no attribute "get"  [union-attr]
src/handlers/openapi_xml_handler.py:127: error: Item "None" of "Union[list[dict[str, str]], list[dict[str, Any]], dict[str, Any], dict[str, str], None]" has no attribute "get"  [union-attr]
src/handlers/openapi_xml_handler.py:131: error: Argument 1 to "len" has incompatible type "Union[list[dict[str, str]], list[dict[str, Any]], dict[str, Any], dict[str, str], None]"; expected "Sized"  [arg-type]
src/handlers/openapi_xml_handler.py:132: error: Dict entry 1 has incompatible type "str": "Union[Any, str]"; expected "str": "int"  [dict-item]
src/handlers/openapi_xml_handler.py:132: error: No overload variant of "__getitem__" of "list" matches argument type "str"  [call-overload]
src/handlers/openapi_xml_handler.py:132: note: Possible overload variants:
src/handlers/openapi_xml_handler.py:132: note:     def __getitem__(self, SupportsIndex, /) -> dict[str, str]
src/handlers/openapi_xml_handler.py:132: note:     def __getitem__(self, slice[Any, Any, Any], /) -> list[dict[str, str]]
src/handlers/openapi_xml_handler.py:132: note:     def __getitem__(self, SupportsIndex, /) -> dict[str, Any]
src/handlers/openapi_xml_handler.py:132: note:     def __getitem__(self, slice[Any, Any, Any], /) -> list[dict[str, Any]]
src/handlers/openapi_xml_handler.py:132: error: Value of type "Union[list[dict[str, str]], list[dict[str, Any]], dict[str, Any], dict[str, str], None]" is not indexable  [index]
src/handlers/openapi_xml_handler.py:133: error: Argument 1 to "len" has incompatible type "Union[list[dict[str, str]], list[dict[str, Any]], dict[str, Any], dict[str, str], None]"; expected "Sized"  [arg-type]
src/handlers/openapi_xml_handler.py:134: error: Item "list[dict[str, str]]" of "Union[list[dict[str, str]], list[dict[str, Any]], dict[str, Any], dict[str, str], None]" has no attribute "get"  [union-attr]
src/handlers/openapi_xml_handler.py:134: error: Item "list[dict[str, Any]]" of "Union[list[dict[str, str]], list[dict[str, Any]], dict[str, Any], dict[str, str], None]" has no attribute "get"  [union-attr]
src/handlers/openapi_xml_handler.py:134: error: Item "None" of "Union[list[dict[str, str]], list[dict[str, Any]], dict[str, Any], dict[str, str], None]" has no attribute "get"  [union-attr]
src/handlers/openapi_xml_handler.py:157: error: Incompatible return value type (got "Optional[str]", expected "str")  [return-value]
src/handlers/openapi_xml_handler.py:191: error: Incompatible types in assignment (expression has type "dict[str, Optional[str]]", target has type "Optional[str]")  [assignment]
src/handlers/openapi_xml_handler.py:200: error: Incompatible types in assignment (expression has type "dict[str, Optional[str]]", target has type "Optional[str]")  [assignment]
src/handlers/openapi_xml_handler.py:212: error: Need type annotation for "server_info"  [var-annotated]
src/handlers/openapi_xml_handler.py:223: error: Unsupported target for indexed assignment ("Union[dict[Any, Any], str, None]")  [index]
src/handlers/openapi_xml_handler.py:281: error: "Sequence[str]" has no attribute "append"  [attr-defined]
src/handlers/openapi_xml_handler.py:297: error: "Sequence[str]" has no attribute "append"  [attr-defined]
src/handlers/openapi_xml_handler.py:329: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/openapi_xml_handler.py:332: error: Unsupported target for indexed assignment ("object")  [index]
src/handlers/openapi_xml_handler.py:333: error: "object" has no attribute "get"  [attr-defined]
src/handlers/openapi_xml_handler.py:339: error: Unsupported target for indexed assignment ("object")  [index]
src/handlers/openapi_xml_handler.py:339: error: "object" has no attribute "get"  [attr-defined]
src/handlers/openapi_xml_handler.py:343: error: "object" has no attribute "append"  [attr-defined]
src/handlers/openapi_xml_handler.py:386: error: Need type annotation for "schema_info"  [var-annotated]
src/handlers/openapi_xml_handler.py:406: error: Item "str" of "Union[list[Any], str, None]" has no attribute "append"  [union-attr]
src/handlers/openapi_xml_handler.py:406: error: Item "None" of "Union[list[Any], str, None]" has no attribute "append"  [union-attr]
src/handlers/openapi_xml_handler.py:422: error: Need type annotation for "security"  [var-annotated]
src/handlers/openapi_xml_handler.py:518: error: Incompatible types in assignment (expression has type "dict[str, Optional[str]]", target has type "Optional[str]")  [assignment]
src/handlers/openapi_xml_handler.py:525: error: Incompatible return value type (got "list[dict[str, Optional[str]]]", expected "list[dict[str, str]]")  [return-value]
src/handlers/openapi_xml_handler.py:532: error: Dict entry 0 has incompatible type "str": "Optional[str]"; expected "str": "str"  [dict-item]
src/handlers/openapi_xml_handler.py:533: error: Dict entry 1 has incompatible type "str": "Optional[str]"; expected "str": "str"  [dict-item]
src/handlers/openapi_xml_handler.py:539: error: Need type annotation for "endpoints" (hint: "endpoints: list[<type>] = ...")  [var-annotated]
src/handlers/openapi_xml_handler.py:575: error: Need type annotation for "request_schemas" (hint: "request_schemas: list[<type>] = ...")  [var-annotated]
src/handlers/openapi_xml_handler.py:619: error: Dict entry 3 has incompatible type "str": "bool"; expected "str": "Optional[str]"  [dict-item]
src/handlers/openapi_xml_handler.py:632: error: Need type annotation for "response_schemas" (hint: "response_schemas: list[<type>] = ...")  [var-annotated]
src/handlers/openapi_xml_handler.py:683: error: Dict entry 3 has incompatible type "str": "Optional[str]"; expected "str": "str"  [dict-item]
src/handlers/openapi_xml_handler.py:709: error: Incompatible default for argument "default" (default has type "None", argument has type "str")  [assignment]
src/handlers/openapi_xml_handler.py:709: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
src/handlers/openapi_xml_handler.py:709: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
src/handlers/maven_pom_handler.py:83: error: Value of type "Collection[Collection[str]]" is not indexable  [index]
src/handlers/maven_pom_handler.py:121: error: Need type annotation for "scopes" (hint: "scopes: dict[<type>, <type>] = ...")  [var-annotated]
src/handlers/maven_pom_handler.py:145: error: Incompatible return value type (got "list[dict[str, Union[Any, str, None]]]", expected "list[dict[str, str]]")  [return-value]
src/handlers/maven_pom_handler.py:156: error: Incompatible return value type (got "list[dict[str, Optional[Any]]]", expected "list[dict[str, str]]")  [return-value]
src/handlers/maven_pom_handler.py:164: error: Incompatible return value type (got "dict[str, Optional[str]]", expected "dict[str, str]")  [return-value]
src/handlers/maven_pom_handler.py:171: error: Dict entry 0 has incompatible type "str": "Optional[Any]"; expected "str": "str"  [dict-item]
src/handlers/maven_pom_handler.py:172: error: Dict entry 1 has incompatible type "str": "Optional[Any]"; expected "str": "str"  [dict-item]
src/handlers/maven_pom_handler.py:173: error: Dict entry 2 has incompatible type "str": "Optional[Any]"; expected "str": "str"  [dict-item]
src/handlers/maven_pom_handler.py:178: error: Dict entry 0 has incompatible type "str": "Optional[Any]"; expected "str": "str"  [dict-item]
src/handlers/maven_pom_handler.py:179: error: Dict entry 1 has incompatible type "str": "Optional[Any]"; expected "str": "str"  [dict-item]
src/handlers/maven_pom_handler.py:180: error: Dict entry 2 has incompatible type "str": "Optional[Any]"; expected "str": "str"  [dict-item]
src/handlers/log4j_config_handler.py:203: error: "object" has no attribute "append"  [attr-defined]
src/handlers/log4j_config_handler.py:204: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/log4j_config_handler.py:208: error: Unsupported target for indexed assignment ("object")  [index]
src/handlers/log4j_config_handler.py:209: error: "object" has no attribute "get"  [attr-defined]
src/handlers/log4j_config_handler.py:213: error: "object" has no attribute "append"  [attr-defined]
src/handlers/log4j_config_handler.py:215: error: "object" has no attribute "append"  [attr-defined]
src/handlers/log4j_config_handler.py:217: error: "object" has no attribute "append"  [attr-defined]
src/handlers/log4j_config_handler.py:230: error: "object" has no attribute "append"  [attr-defined]
src/handlers/log4j_config_handler.py:231: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/log4j_config_handler.py:233: error: Incompatible types in assignment (expression has type "Union[int, str, None]", variable has type "str")  [assignment]
src/handlers/log4j_config_handler.py:234: error: Unsupported target for indexed assignment ("object")  [index]
src/handlers/log4j_config_handler.py:235: error: "object" has no attribute "get"  [attr-defined]
src/handlers/log4j_config_handler.py:239: error: "object" has no attribute "append"  [attr-defined]
src/handlers/log4j_config_handler.py:241: error: "object" has no attribute "append"  [attr-defined]
src/handlers/log4j_config_handler.py:243: error: "object" has no attribute "append"  [attr-defined]
src/handlers/log4j_config_handler.py:278: error: "object" has no attribute "append"  [attr-defined]
src/handlers/log4j_config_handler.py:279: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/log4j_config_handler.py:285: error: "object" has no attribute "append"  [attr-defined]
src/handlers/log4j_config_handler.py:287: error: "object" has no attribute "append"  [attr-defined]
src/handlers/log4j_config_handler.py:291: error: Unsupported target for indexed assignment ("object")  [index]
src/handlers/log4j_config_handler.py:292: error: "object" has no attribute "get"  [attr-defined]
src/handlers/log4j_config_handler.py:311: error: "object" has no attribute "append"  [attr-defined]
src/handlers/log4j_config_handler.py:312: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/log4j_config_handler.py:333: error: "object" has no attribute "append"  [attr-defined]
src/handlers/log4j_config_handler.py:334: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/log4j_config_handler.py:337: error: "object" has no attribute "append"  [attr-defined]
src/handlers/log4j_config_handler.py:339: error: "object" has no attribute "append"  [attr-defined]
src/handlers/log4j_config_handler.py:342: error: Unsupported target for indexed assignment ("object")  [index]
src/handlers/log4j_config_handler.py:343: error: "object" has no attribute "get"  [attr-defined]
src/handlers/log4j_config_handler.py:359: error: Item "None" of "Optional[str]" has no attribute "upper"  [union-attr]
src/handlers/log4j_config_handler.py:360: error: Unsupported target for indexed assignment ("object")  [index]
src/handlers/log4j_config_handler.py:361: error: "object" has no attribute "get"  [attr-defined]
src/handlers/log4j_config_handler.py:367: error: "object" has no attribute "append"  [attr-defined]
src/handlers/log4j_config_handler.py:369: error: "object" has no attribute "append"  [attr-defined]
src/handlers/log4j_config_handler.py:374: error: Unsupported target for indexed assignment ("object")  [index]
src/handlers/log4j_config_handler.py:375: error: "object" has no attribute "get"  [attr-defined]
src/handlers/log4j_config_handler.py:397: error: "object" has no attribute "append"  [attr-defined]
src/handlers/log4j_config_handler.py:399: error: "object" has no attribute "append"  [attr-defined]
src/handlers/log4j_config_handler.py:402: error: "object" has no attribute "get"  [attr-defined]
src/handlers/log4j_config_handler.py:403: error: "object" has no attribute "get"  [attr-defined]
src/handlers/log4j_config_handler.py:445: error: "object" has no attribute "append"  [attr-defined]
src/handlers/log4j_config_handler.py:446: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/log4j_config_handler.py:453: error: "object" has no attribute "append"  [attr-defined]
src/handlers/log4j_config_handler.py:457: error: "object" has no attribute "append"  [attr-defined]
src/handlers/log4j_config_handler.py:488: error: "object" has no attribute "append"  [attr-defined]
src/handlers/log4j_config_handler.py:489: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/log4j_config_handler.py:491: error: Incompatible types in assignment (expression has type "Optional[str]", variable has type "str")  [assignment]
src/handlers/log4j_config_handler.py:492: error: Unsupported target for indexed assignment ("object")  [index]
src/handlers/log4j_config_handler.py:493: error: "object" has no attribute "get"  [attr-defined]
src/handlers/log4j_config_handler.py:511: error: "object" has no attribute "append"  [attr-defined]
src/handlers/log4j_config_handler.py:513: error: "object" has no attribute "append"  [attr-defined]
src/handlers/log4j_config_handler.py:521: error: "object" has no attribute "append"  [attr-defined]
src/handlers/log4j_config_handler.py:538: error: "object" has no attribute "append"  [attr-defined]
src/handlers/log4j_config_handler.py:541: error: "object" has no attribute "append"  [attr-defined]
src/handlers/log4j_config_handler.py:549: error: "object" has no attribute "append"  [attr-defined]
src/handlers/log4j_config_handler.py:552: error: "object" has no attribute "append"  [attr-defined]
src/handlers/log4j_config_handler.py:561: error: "object" has no attribute "append"  [attr-defined]
src/handlers/log4j_config_handler.py:562: error: "object" has no attribute "append"  [attr-defined]
src/handlers/log4j_config_handler.py:594: error: "object" has no attribute "append"  [attr-defined]
src/handlers/log4j_config_handler.py:602: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/log4j_config_handler.py:612: error: Incompatible types in assignment (expression has type "Optional[str]", target has type "str")  [assignment]
src/handlers/log4j_config_handler.py:614: error: Incompatible types in assignment (expression has type "Optional[str]", target has type "str")  [assignment]
src/handlers/log4j_config_handler.py:616: error: Incompatible types in assignment (expression has type "Optional[str]", target has type "str")  [assignment]
src/handlers/kml_handler.py:138: error: Value of type "Collection[Collection[str]]" is not indexable  [index]
src/handlers/kml_handler.py:140: error: Value of type "Collection[Collection[str]]" is not indexable  [index]
src/handlers/kml_handler.py:142: error: Value of type "Collection[Collection[str]]" is not indexable  [index]
src/handlers/kml_handler.py:190: error: "object" has no attribute "append"  [attr-defined]
src/handlers/kml_handler.py:191: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/kml_handler.py:223: error: Incompatible types in assignment (expression has type "str", target has type "Optional[bool]")  [assignment]
src/handlers/kml_handler.py:227: error: Incompatible types in assignment (expression has type "str", target has type "Optional[bool]")  [assignment]
src/handlers/kml_handler.py:231: error: Incompatible types in assignment (expression has type "str", target has type "Optional[bool]")  [assignment]
src/handlers/kml_handler.py:236: error: Incompatible types in assignment (expression has type "str", target has type "Optional[bool]")  [assignment]
src/handlers/kml_handler.py:242: error: Incompatible types in assignment (expression has type "str", target has type "Optional[bool]")  [assignment]
src/handlers/kml_handler.py:282: error: List item 0 has incompatible type "object"; expected "bool"  [list-item]
src/handlers/kml_handler.py:283: error: List item 1 has incompatible type "object"; expected "bool"  [list-item]
src/handlers/kml_handler.py:284: error: List item 2 has incompatible type "object"; expected "bool"  [list-item]
src/handlers/kml_handler.py:285: error: List item 3 has incompatible type "object"; expected "bool"  [list-item]
src/handlers/kml_handler.py:286: error: List item 4 has incompatible type "object"; expected "bool"  [list-item]
src/handlers/kml_handler.py:294: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/kml_handler.py:300: error: Unsupported target for indexed assignment ("object")  [index]
src/handlers/kml_handler.py:301: error: "object" has no attribute "get"  [attr-defined]
src/handlers/kml_handler.py:323: error: Incompatible types in assignment (expression has type "dict[str, Optional[str]]", target has type "Optional[str]")  [assignment]
src/handlers/kml_handler.py:332: error: Incompatible types in assignment (expression has type "dict[str, Optional[str]]", target has type "Optional[str]")  [assignment]
src/handlers/kml_handler.py:340: error: Incompatible types in assignment (expression has type "dict[str, Union[bool, str, None]]", target has type "Optional[str]")  [assignment]
src/handlers/kml_handler.py:349: error: Incompatible types in assignment (expression has type "dict[str, Optional[str]]", target has type "Optional[str]")  [assignment]
src/handlers/kml_handler.py:357: error: Incompatible types in assignment (expression has type "dict[str, Optional[str]]", target has type "Optional[str]")  [assignment]
src/handlers/kml_handler.py:382: error: "object" has no attribute "append"  [attr-defined]
src/handlers/kml_handler.py:390: error: "object" has no attribute "append"  [attr-defined]
src/handlers/kml_handler.py:399: error: "object" has no attribute "append"  [attr-defined]
src/handlers/kml_handler.py:402: error: Argument 1 to "len" has incompatible type "object"; expected "Sized"  [arg-type]
src/handlers/kml_handler.py:403: error: Argument 1 to "len" has incompatible type "object"; expected "Sized"  [arg-type]
src/handlers/kml_handler.py:404: error: Argument 1 to "len" has incompatible type "object"; expected "Sized"  [arg-type]
src/handlers/kml_handler.py:441: error: "object" has no attribute "append"  [attr-defined]
src/handlers/kml_handler.py:443: error: Argument 1 to "len" has incompatible type "object"; expected "Sized"  [arg-type]
src/handlers/kml_handler.py:503: error: Argument 1 to "float" has incompatible type "Optional[str]"; expected "Union[str, Buffer, SupportsFloat, SupportsIndex]"  [arg-type]
src/handlers/kml_handler.py:504: error: Argument 1 to "float" has incompatible type "Optional[str]"; expected "Union[str, Buffer, SupportsFloat, SupportsIndex]"  [arg-type]
src/handlers/kml_handler.py:505: error: Argument 1 to "float" has incompatible type "Optional[str]"; expected "Union[str, Buffer, SupportsFloat, SupportsIndex]"  [arg-type]
src/handlers/kml_handler.py:506: error: Argument 1 to "float" has incompatible type "Optional[str]"; expected "Union[str, Buffer, SupportsFloat, SupportsIndex]"  [arg-type]
src/handlers/kml_handler.py:532: error: Need type annotation for "feature"  [var-annotated]
src/handlers/kml_handler.py:537: error: Unsupported target for indexed assignment ("Union[dict[Any, Any], str, None]")  [index]
src/handlers/kml_handler.py:541: error: Unsupported target for indexed assignment ("Union[dict[Any, Any], str, None]")  [index]
src/handlers/kml_handler.py:688: error: Incompatible default for argument "default" (default has type "None", argument has type "str")  [assignment]
src/handlers/kml_handler.py:688: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
src/handlers/kml_handler.py:688: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
src/handlers/kml_handler.py:689: error: Incompatible default for argument "namespaces" (default has type "None", argument has type "dict[str, str]")  [assignment]
src/handlers/kml_handler.py:689: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
src/handlers/kml_handler.py:689: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
src/handlers/ivy_handler.py:237: error: Need type annotation for "module_info"  [var-annotated]
src/handlers/ivy_handler.py:253: error: Incompatible types in assignment (expression has type "Optional[str]", target has type "Union[list[Any], bool, None]")  [assignment]
src/handlers/ivy_handler.py:254: error: Incompatible types in assignment (expression has type "Optional[str]", target has type "Union[list[Any], bool, None]")  [assignment]
src/handlers/ivy_handler.py:255: error: Incompatible types in assignment (expression has type "Optional[str]", target has type "Union[list[Any], bool, None]")  [assignment]
src/handlers/ivy_handler.py:256: error: Incompatible types in assignment (expression has type "Optional[str]", target has type "Union[list[Any], bool, None]")  [assignment]
src/handlers/ivy_handler.py:257: error: Incompatible types in assignment (expression has type "Optional[str]", target has type "Union[list[Any], bool, None]")  [assignment]
src/handlers/ivy_handler.py:262: error: Incompatible types in assignment (expression has type "Optional[str]", target has type "Union[list[Any], bool, None]")  [assignment]
src/handlers/ivy_handler.py:267: error: Incompatible types in assignment (expression has type "dict[str, Optional[str]]", target has type "Union[list[Any], bool, None]")  [assignment]
src/handlers/ivy_handler.py:275: error: Incompatible types in assignment (expression has type "Optional[str]", target has type "Union[list[Any], bool, None]")  [assignment]
src/handlers/ivy_handler.py:281: error: Item "bool" of "Union[list[Any], bool, None]" has no attribute "append"  [union-attr]
src/handlers/ivy_handler.py:281: error: Item "None" of "Union[list[Any], bool, None]" has no attribute "append"  [union-attr]
src/handlers/ivy_handler.py:310: error: "object" has no attribute "append"  [attr-defined]
src/handlers/ivy_handler.py:311: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/ivy_handler.py:314: error: "object" has no attribute "append"  [attr-defined]
src/handlers/ivy_handler.py:345: error: "object" has no attribute "append"  [attr-defined]
src/handlers/ivy_handler.py:346: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/ivy_handler.py:350: error: Unsupported target for indexed assignment ("object")  [index]
src/handlers/ivy_handler.py:351: error: "object" has no attribute "get"  [attr-defined]
src/handlers/ivy_handler.py:357: error: "object" has no attribute "extend"  [attr-defined]
src/handlers/ivy_handler.py:361: error: No overload variant of "set" matches argument type "object"  [call-overload]
src/handlers/ivy_handler.py:361: note: Possible overload variants:
src/handlers/ivy_handler.py:361: note:     def [_T] __init__(self) -> set[_T]
src/handlers/ivy_handler.py:361: note:     def [_T] __init__(self, Iterable[_T], /) -> set[_T]
src/handlers/ivy_handler.py:381: error: Need type annotation for "dep_detail"  [var-annotated]
src/handlers/ivy_handler.py:397: error: Unsupported right operand type for in ("Union[list[Any], Literal[True], str]")  [operator]
src/handlers/ivy_handler.py:397: error: Item "list[Any]" of "Union[list[Any], Literal[True], str]" has no attribute "lower"  [union-attr]
src/handlers/ivy_handler.py:397: error: Item "bool" of "Union[list[Any], Literal[True], str]" has no attribute "lower"  [union-attr]
src/handlers/ivy_handler.py:398: error: Item "list[Any]" of "Union[list[Any], Literal[True], str]" has no attribute "lower"  [union-attr]
src/handlers/ivy_handler.py:398: error: Item "bool" of "Union[list[Any], Literal[True], str]" has no attribute "lower"  [union-attr]
src/handlers/ivy_handler.py:399: error: Value of type "object" is not indexable  [index]
src/handlers/ivy_handler.py:399: error: Unsupported target for indexed assignment ("object")  [index]
src/handlers/ivy_handler.py:401: error: Value of type "object" is not indexable  [index]
src/handlers/ivy_handler.py:401: error: Unsupported target for indexed assignment ("object")  [index]
src/handlers/ivy_handler.py:402: error: Unsupported right operand type for in ("Union[list[Any], Literal[True], str]")  [operator]
src/handlers/ivy_handler.py:403: error: Value of type "object" is not indexable  [index]
src/handlers/ivy_handler.py:403: error: Unsupported target for indexed assignment ("object")  [index]
src/handlers/ivy_handler.py:405: error: Value of type "object" is not indexable  [index]
src/handlers/ivy_handler.py:405: error: Unsupported target for indexed assignment ("object")  [index]
src/handlers/ivy_handler.py:409: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/ivy_handler.py:420: error: Item "bool" of "Union[list[Any], bool, str, None]" has no attribute "append"  [union-attr]
src/handlers/ivy_handler.py:420: error: Item "str" of "Union[list[Any], bool, str, None]" has no attribute "append"  [union-attr]
src/handlers/ivy_handler.py:420: error: Item "None" of "Union[list[Any], bool, str, None]" has no attribute "append"  [union-attr]
src/handlers/ivy_handler.py:433: error: Item "bool" of "Union[list[Any], bool, str, None]" has no attribute "append"  [union-attr]
src/handlers/ivy_handler.py:433: error: Item "str" of "Union[list[Any], bool, str, None]" has no attribute "append"  [union-attr]
src/handlers/ivy_handler.py:433: error: Item "None" of "Union[list[Any], bool, str, None]" has no attribute "append"  [union-attr]
src/handlers/ivy_handler.py:435: error: "object" has no attribute "append"  [attr-defined]
src/handlers/ivy_handler.py:436: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/ivy_handler.py:441: error: Unsupported right operand type for in ("object")  [operator]
src/handlers/ivy_handler.py:443: error: "object" has no attribute "append"  [attr-defined]
src/handlers/ivy_handler.py:449: error: Need type annotation for "conflict_info"  [var-annotated]
src/handlers/ivy_handler.py:454: error: Incompatible types in assignment (expression has type "Optional[str]", target has type "Optional[list[Any]]")  [assignment]
src/handlers/ivy_handler.py:466: error: Item "None" of "Optional[list[Any]]" has no attribute "append"  [union-attr]
src/handlers/ivy_handler.py:480: error: "object" has no attribute "append"  [attr-defined]
src/handlers/ivy_handler.py:481: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/ivy_handler.py:504: error: Unsupported operand types for < ("int" and "object")  [operator]
src/handlers/ivy_handler.py:505: error: "object" has no attribute "append"  [attr-defined]
src/handlers/ivy_handler.py:516: error: Unsupported operand types for < ("int" and "object")  [operator]
src/handlers/ivy_handler.py:517: error: "object" has no attribute "append"  [attr-defined]
src/handlers/ivy_handler.py:540: error: Unsupported operand types for < ("int" and "object")  [operator]
src/handlers/ivy_handler.py:541: error: "object" has no attribute "append"  [attr-defined]
src/handlers/ivy_handler.py:558: error: Incompatible types in assignment (expression has type "Optional[str]", target has type "None")  [assignment]
src/handlers/ivy_handler.py:559: error: Incompatible types in assignment (expression has type "Optional[str]", target has type "None")  [assignment]
src/handlers/ivy_handler.py:560: error: Incompatible types in assignment (expression has type "Optional[str]", target has type "None")  [assignment]
src/handlers/ivy_handler.py:561: error: Incompatible types in assignment (expression has type "Optional[str]", target has type "None")  [assignment]
src/handlers/ivy_handler.py:587: error: "object" has no attribute "append"  [attr-defined]
src/handlers/ivy_handler.py:588: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/ivy_handler.py:591: error: Unsupported target for indexed assignment ("object")  [index]
src/handlers/ivy_handler.py:592: error: "object" has no attribute "get"  [attr-defined]
src/handlers/ivy_handler.py:611: error: "object" has no attribute "append"  [attr-defined]
src/handlers/ivy_handler.py:612: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/ivy_handler.py:627: error: "object" has no attribute "append"  [attr-defined]
src/handlers/ivy_handler.py:634: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/ivy_handler.py:636: error: Unsupported operand types for < ("int" and "object")  [operator]
src/handlers/ivy_handler.py:637: error: "object" has no attribute "append"  [attr-defined]
src/handlers/hibernate_handler.py:243: error: Incompatible types in assignment (expression has type "Optional[str]", target has type "Union[int, bool, None]")  [assignment]
src/handlers/hibernate_handler.py:292: error: Unsupported right operand type for in ("Optional[str]")  [operator]
src/handlers/hibernate_handler.py:293: error: Incompatible types in assignment (expression has type "Optional[str]", target has type "Optional[bool]")  [assignment]
src/handlers/hibernate_handler.py:294: error: Unsupported right operand type for in ("Optional[str]")  [operator]
src/handlers/hibernate_handler.py:295: error: Incompatible types in assignment (expression has type "Optional[str]", target has type "Optional[bool]")  [assignment]
src/handlers/hibernate_handler.py:296: error: Unsupported right operand type for in ("Optional[str]")  [operator]
src/handlers/hibernate_handler.py:297: error: Incompatible types in assignment (expression has type "Optional[str]", target has type "Optional[bool]")  [assignment]
src/handlers/hibernate_handler.py:298: error: Unsupported right operand type for in ("Optional[str]")  [operator]
src/handlers/hibernate_handler.py:299: error: Incompatible types in assignment (expression has type "Optional[str]", target has type "Optional[bool]")  [assignment]
src/handlers/hibernate_handler.py:300: error: Unsupported right operand type for in ("Optional[str]")  [operator]
src/handlers/hibernate_handler.py:301: error: Incompatible types in assignment (expression has type "Optional[str]", target has type "Optional[bool]")  [assignment]
src/handlers/hibernate_handler.py:303: error: Unsupported right operand type for in ("Optional[str]")  [operator]
src/handlers/hibernate_handler.py:304: error: Incompatible types in assignment (expression has type "Union[Literal[''], bool, None]", target has type "Optional[bool]")  [assignment]
src/handlers/hibernate_handler.py:305: error: Unsupported right operand type for in ("Optional[str]")  [operator]
src/handlers/hibernate_handler.py:334: error: Argument 1 to "_categorize_property" of "HibernateHandler" has incompatible type "Optional[str]"; expected "str"  [arg-type]
src/handlers/hibernate_handler.py:337: error: "object" has no attribute "append"  [attr-defined]
src/handlers/hibernate_handler.py:338: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/hibernate_handler.py:339: error: Value of type "object" is not indexable  [index]
src/handlers/hibernate_handler.py:339: error: Unsupported target for indexed assignment ("object")  [index]
src/handlers/hibernate_handler.py:362: error: "object" has no attribute "append"  [attr-defined]
src/handlers/hibernate_handler.py:363: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/hibernate_handler.py:366: error: "object" has no attribute "__iter__"; maybe "__dir__" or "__str__"? (not iterable)  [attr-defined]
src/handlers/hibernate_handler.py:368: error: Value of type "object" is not indexable  [index]
src/handlers/hibernate_handler.py:368: error: Unsupported target for indexed assignment ("object")  [index]
src/handlers/hibernate_handler.py:399: error: "object" has no attribute "append"  [attr-defined]
src/handlers/hibernate_handler.py:400: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/hibernate_handler.py:403: error: "object" has no attribute "append"  [attr-defined]
src/handlers/hibernate_handler.py:406: error: "object" has no attribute "append"  [attr-defined]
src/handlers/hibernate_handler.py:445: error: "object" has no attribute "append"  [attr-defined]
src/handlers/hibernate_handler.py:446: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/hibernate_handler.py:447: error: Value of type "object" is not indexable  [index]
src/handlers/hibernate_handler.py:447: error: Unsupported target for indexed assignment ("object")  [index]
src/handlers/hibernate_handler.py:471: error: "object" has no attribute "append"  [attr-defined]
src/handlers/hibernate_handler.py:473: error: "object" has no attribute "append"  [attr-defined]
src/handlers/hibernate_handler.py:476: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/hibernate_handler.py:505: error: "object" has no attribute "append"  [attr-defined]
src/handlers/hibernate_handler.py:506: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/hibernate_handler.py:509: error: Unsupported target for indexed assignment ("object")  [index]
src/handlers/hibernate_handler.py:510: error: "object" has no attribute "get"  [attr-defined]
src/handlers/hibernate_handler.py:514: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/hibernate_handler.py:517: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/hibernate_handler.py:545: error: "object" has no attribute "append"  [attr-defined]
src/handlers/hibernate_handler.py:546: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/hibernate_handler.py:547: error: Value of type "object" is not indexable  [index]
src/handlers/hibernate_handler.py:547: error: Unsupported target for indexed assignment ("object")  [index]
src/handlers/hibernate_handler.py:568: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/hibernate_handler.py:569: error: Unsupported right operand type for in ("object")  [operator]
src/handlers/hibernate_handler.py:570: error: "object" has no attribute "append"  [attr-defined]
src/handlers/hibernate_handler.py:595: error: "object" has no attribute "append"  [attr-defined]
src/handlers/hibernate_handler.py:596: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/hibernate_handler.py:598: error: "object" has no attribute "append"  [attr-defined]
src/handlers/hibernate_handler.py:606: error: "object" has no attribute "append"  [attr-defined]
src/handlers/hibernate_handler.py:607: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/hibernate_handler.py:609: error: "object" has no attribute "append"  [attr-defined]
src/handlers/hibernate_handler.py:632: error: "object" has no attribute "append"  [attr-defined]
src/handlers/hibernate_handler.py:639: error: "object" has no attribute "append"  [attr-defined]
src/handlers/hibernate_handler.py:648: error: Unsupported right operand type for in ("Optional[str]")  [operator]
src/handlers/hibernate_handler.py:654: error: "object" has no attribute "append"  [attr-defined]
src/handlers/hibernate_handler.py:672: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/hibernate_handler.py:674: error: Unsupported operand types for < ("int" and "object")  [operator]
src/handlers/hibernate_handler.py:675: error: "object" has no attribute "append"  [attr-defined]
src/handlers/hibernate_handler.py:693: error: Need type annotation for "perf_info"  [var-annotated]
src/handlers/hibernate_handler.py:706: error: Unsupported right operand type for in ("Optional[str]")  [operator]
src/handlers/hibernate_handler.py:707: error: Incompatible types in assignment (expression has type "Optional[str]", target has type "Union[bool, list[Any], None]")  [assignment]
src/handlers/hibernate_handler.py:708: error: Unsupported right operand type for in ("Optional[str]")  [operator]
src/handlers/hibernate_handler.py:709: error: Incompatible types in assignment (expression has type "Optional[str]", target has type "Union[bool, list[Any], None]")  [assignment]
src/handlers/hibernate_handler.py:710: error: Unsupported right operand type for in ("Optional[str]")  [operator]
src/handlers/hibernate_handler.py:711: error: Item "bool" of "Union[bool, list[Any], None]" has no attribute "append"  [union-attr]
src/handlers/hibernate_handler.py:711: error: Item "None" of "Union[bool, list[Any], None]" has no attribute "append"  [union-attr]
src/handlers/hibernate_handler.py:714: error: Unsupported right operand type for in ("Optional[str]")  [operator]
src/handlers/graphml_handler.py:221: error: Need type annotation for "file_info"  [var-annotated]
src/handlers/graphml_handler.py:232: error: Unsupported target for indexed assignment ("Union[dict[Any, Any], str, None]")  [index]
src/handlers/graphml_handler.py:273: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/graphml_handler.py:275: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/graphml_handler.py:277: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/graphml_handler.py:279: error: "object" has no attribute "append"  [attr-defined]
src/handlers/graphml_handler.py:298: error: Need type annotation for "edge_map" (hint: "edge_map: dict[<type>, <type>] = ...")  [var-annotated]
src/handlers/graphml_handler.py:313: error: Argument 1 to "get" of "dict" has incompatible type "Optional[str]"; expected "str"  [arg-type]
src/handlers/graphml_handler.py:321: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/graphml_handler.py:327: error: Unsupported right operand type for in ("object")  [operator]
src/handlers/graphml_handler.py:328: error: Unsupported target for indexed assignment ("object")  [index]
src/handlers/graphml_handler.py:329: error: Value of type "object" is not indexable  [index]
src/handlers/graphml_handler.py:329: error: Unsupported target for indexed assignment ("object")  [index]
src/handlers/graphml_handler.py:331: error: "object" has no attribute "append"  [attr-defined]
src/handlers/graphml_handler.py:352: error: Need type annotation for "edge_pairs" (hint: "edge_pairs: dict[<type>, <type>] = ...")  [var-annotated]
src/handlers/graphml_handler.py:365: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/graphml_handler.py:374: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/graphml_handler.py:376: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/graphml_handler.py:382: error: Unsupported right operand type for in ("object")  [operator]
src/handlers/graphml_handler.py:383: error: Unsupported target for indexed assignment ("object")  [index]
src/handlers/graphml_handler.py:384: error: Value of type "object" is not indexable  [index]
src/handlers/graphml_handler.py:384: error: Unsupported target for indexed assignment ("object")  [index]
src/handlers/graphml_handler.py:386: error: "object" has no attribute "append"  [attr-defined]
src/handlers/graphml_handler.py:431: error: Unsupported target for indexed assignment ("object")  [index]
src/handlers/graphml_handler.py:432: error: "object" has no attribute "get"  [attr-defined]
src/handlers/graphml_handler.py:436: error: Unsupported target for indexed assignment ("object")  [index]
src/handlers/graphml_handler.py:437: error: "object" has no attribute "get"  [attr-defined]
src/handlers/graphml_handler.py:440: error: "object" has no attribute "append"  [attr-defined]
src/handlers/graphml_handler.py:477: error: Unsupported target for indexed assignment ("object")  [index]
src/handlers/graphml_handler.py:478: error: "object" has no attribute "get"  [attr-defined]
src/handlers/graphml_handler.py:483: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/graphml_handler.py:487: error: Argument 1 to "_detect_value_type" of "GraphMLHandler" has incompatible type "Union[Literal[True], str]"; expected "str"  [arg-type]
src/handlers/graphml_handler.py:488: error: Unsupported target for indexed assignment ("object")  [index]
src/handlers/graphml_handler.py:489: error: "object" has no attribute "get"  [attr-defined]
src/handlers/graphml_handler.py:492: error: "object" has no attribute "append"  [attr-defined]
src/handlers/graphml_handler.py:526: error: "object" has no attribute "append"  [attr-defined]
src/handlers/graphml_handler.py:532: error: "object" has no attribute "append"  [attr-defined]
src/handlers/graphml_handler.py:573: error: Incompatible types in assignment (expression has type "str", variable has type "Element[str]")  [assignment]
src/handlers/graphml_handler.py:578: error: Unsupported target for indexed assignment ("object")  [index]
src/handlers/graphml_handler.py:579: error: "object" has no attribute "get"  [attr-defined]
src/handlers/graphml_handler.py:683: error: Need type annotation for "node_data"  [var-annotated]
src/handlers/graphml_handler.py:694: error: Unsupported target for indexed assignment ("Union[int, dict[Any, Any], str, None]")  [index]
src/handlers/graphml_handler.py:705: error: Need type annotation for "edge_data"  [var-annotated]
src/handlers/graphml_handler.py:718: error: Unsupported target for indexed assignment ("Union[dict[Any, Any], str, None]")  [index]
src/handlers/graphml_handler.py:726: error: Need type annotation for "schema"  [var-annotated]
src/handlers/graphml_handler.py:780: error: Incompatible types in assignment (expression has type "float", target has type "int")  [assignment]
src/handlers/graphml_handler.py:781: error: Incompatible types in assignment (expression has type "float", target has type "int")  [assignment]
src/handlers/gpx_handler.py:180: error: Dict entry 0 has incompatible type "str": "float"; expected "str": "str"  [dict-item]
src/handlers/gpx_handler.py:181: error: Dict entry 1 has incompatible type "str": "float"; expected "str": "str"  [dict-item]
src/handlers/gpx_handler.py:182: error: Dict entry 2 has incompatible type "str": "float"; expected "str": "str"  [dict-item]
src/handlers/gpx_handler.py:183: error: Dict entry 3 has incompatible type "str": "float"; expected "str": "str"  [dict-item]
src/handlers/gpx_handler.py:222: error: Unsupported target for indexed assignment ("object")  [index]
src/handlers/gpx_handler.py:223: error: Value of type "object" is not indexable  [index]
src/handlers/gpx_handler.py:225: error: Unsupported target for indexed assignment ("object")  [index]
src/handlers/gpx_handler.py:226: error: Value of type "object" is not indexable  [index]
src/handlers/gpx_handler.py:231: error: Unsupported target for indexed assignment ("object")  [index]
src/handlers/gpx_handler.py:232: error: "object" has no attribute "get"  [attr-defined]
src/handlers/gpx_handler.py:235: error: "object" has no attribute "append"  [attr-defined]
src/handlers/gpx_handler.py:237: error: Argument 1 to "len" has incompatible type "object"; expected "Sized"  [arg-type]
src/handlers/gpx_handler.py:240: error: Value of type "object" is not indexable  [index]
src/handlers/gpx_handler.py:251: error: Need type annotation for "route"  [var-annotated]
src/handlers/gpx_handler.py:270: error: Item "str" of "Union[list[Any], str, int, None]" has no attribute "append"  [union-attr]
src/handlers/gpx_handler.py:270: error: Item "None" of "Union[list[Any], str, int, None]" has no attribute "append"  [union-attr]
src/handlers/gpx_handler.py:270: error: Item "int" of "Union[list[Any], str, int, None]" has no attribute "append"  [union-attr]
src/handlers/gpx_handler.py:272: error: Argument 1 to "len" has incompatible type "Union[list[Any], str, int, None]"; expected "Sized"  [arg-type]
src/handlers/gpx_handler.py:274: error: Incompatible types in assignment (expression has type "Union[float, int]", target has type "Union[list[Any], str, int, None]")  [assignment]
src/handlers/gpx_handler.py:274: error: Argument 1 to "_calculate_distance" of "GPXHandler" has incompatible type "Union[list[Any], str, int]"; expected "list[dict[str, Any]]"  [arg-type]
src/handlers/gpx_handler.py:277: error: "object" has no attribute "append"  [attr-defined]
src/handlers/gpx_handler.py:279: error: Argument 1 to "len" has incompatible type "object"; expected "Sized"  [arg-type]
src/handlers/gpx_handler.py:288: error: Need type annotation for "track"  [var-annotated]
src/handlers/gpx_handler.py:300: error: Need type annotation for "segment"  [var-annotated]
src/handlers/gpx_handler.py:318: error: Incompatible types in assignment (expression has type "int", target has type "list[Any]")  [assignment]
src/handlers/gpx_handler.py:320: error: Incompatible types in assignment (expression has type "Union[float, int]", target has type "list[Any]")  [assignment]
src/handlers/gpx_handler.py:325: error: Incompatible types in assignment (expression has type "Union[float, int]", target has type "list[Any]")  [assignment]
src/handlers/gpx_handler.py:330: error: Item "str" of "Union[list[Any], str, int, None]" has no attribute "append"  [union-attr]
src/handlers/gpx_handler.py:330: error: Item "None" of "Union[list[Any], str, int, None]" has no attribute "append"  [union-attr]
src/handlers/gpx_handler.py:330: error: Item "int" of "Union[list[Any], str, int, None]" has no attribute "append"  [union-attr]
src/handlers/gpx_handler.py:332: error: Generator has incompatible item type "Union[Any, str]"; expected "bool"  [misc]
src/handlers/gpx_handler.py:332: error: Invalid index type "str" for "str"; expected type "Union[SupportsIndex, slice[Any, Any, Any]]"  [index]
src/handlers/gpx_handler.py:332: error: Item "None" of "Union[list[Any], str, int, None]" has no attribute "__iter__" (not iterable)  [union-attr]
src/handlers/gpx_handler.py:332: error: Item "int" of "Union[list[Any], str, int, None]" has no attribute "__iter__" (not iterable)  [union-attr]
src/handlers/gpx_handler.py:334: error: Generator has incompatible item type "Union[Any, str]"; expected "bool"  [misc]
src/handlers/gpx_handler.py:334: error: Invalid index type "str" for "str"; expected type "Union[SupportsIndex, slice[Any, Any, Any]]"  [index]
src/handlers/gpx_handler.py:334: error: Item "None" of "Union[list[Any], str, int, None]" has no attribute "__iter__" (not iterable)  [union-attr]
src/handlers/gpx_handler.py:334: error: Item "int" of "Union[list[Any], str, int, None]" has no attribute "__iter__" (not iterable)  [union-attr]
src/handlers/gpx_handler.py:337: error: Generator has incompatible item type "Union[Any, str]"; expected "bool"  [misc]
src/handlers/gpx_handler.py:337: error: Invalid index type "str" for "str"; expected type "Union[SupportsIndex, slice[Any, Any, Any]]"  [index]
src/handlers/gpx_handler.py:337: error: Item "None" of "Union[list[Any], str, int, None]" has no attribute "__iter__" (not iterable)  [union-attr]
src/handlers/gpx_handler.py:337: error: Item "int" of "Union[list[Any], str, int, None]" has no attribute "__iter__" (not iterable)  [union-attr]
src/handlers/gpx_handler.py:340: error: "object" has no attribute "append"  [attr-defined]
src/handlers/gpx_handler.py:342: error: Argument 1 to "len" has incompatible type "object"; expected "Sized"  [arg-type]
src/handlers/gpx_handler.py:387: error: Unsupported operand types for * ("str" and "float")  [operator]
src/handlers/gpx_handler.py:387: note: Left operand is of type "Union[float, str]"
src/handlers/gpx_handler.py:397: error: Incompatible types in assignment (expression has type "Union[float, str]", target has type "float")  [assignment]
src/handlers/gpx_handler.py:398: error: Incompatible types in assignment (expression has type "Union[float, str]", target has type "float")  [assignment]
src/handlers/gpx_handler.py:401: error: Argument 1 to "_calculate_elevation_change" of "GPXHandler" has incompatible type "list[Union[float, str]]"; expected "list[float]"  [arg-type]
src/handlers/gpx_handler.py:405: error: Incompatible types in assignment (expression has type "None", target has type "float")  [assignment]
src/handlers/gpx_handler.py:406: error: Incompatible types in assignment (expression has type "None", target has type "float")  [assignment]
src/handlers/gpx_handler.py:451: error: Incompatible types in assignment (expression has type "float", variable has type "int")  [assignment]
src/handlers/gpx_handler.py:472: error: Unsupported target for indexed assignment ("object")  [index]
src/handlers/gpx_handler.py:473: error: Unsupported target for indexed assignment ("object")  [index]
src/handlers/gpx_handler.py:506: error: Need type annotation for "temporal"  [var-annotated]
src/handlers/gpx_handler.py:537: error: Incompatible types in assignment (expression has type "str", target has type "Union[list[Any], int, bool, None]")  [assignment]
src/handlers/gpx_handler.py:538: error: Incompatible types in assignment (expression has type "str", target has type "Union[list[Any], int, bool, None]")  [assignment]
src/handlers/gpx_handler.py:539: error: Incompatible types in assignment (expression has type "float", target has type "Union[list[Any], int, bool, None]")  [assignment]
src/handlers/gpx_handler.py:590: error: Need type annotation for "track_data"  [var-annotated]
src/handlers/gpx_handler.py:607: error: Item "str" of "Union[list[Any], str, None]" has no attribute "append"  [union-attr]
src/handlers/gpx_handler.py:607: error: Item "None" of "Union[list[Any], str, None]" has no attribute "append"  [union-attr]
src/handlers/gpx_handler.py:741: error: Incompatible types in assignment (expression has type "float", variable has type "int")  [assignment]
src/handlers/gpx_handler.py:743: error: Incompatible types in assignment (expression has type "float", variable has type "int")  [assignment]
src/handlers/gpx_handler.py:745: error: Incompatible types in assignment (expression has type "float", variable has type "int")  [assignment]
src/handlers/gpx_handler.py:747: error: Incompatible types in assignment (expression has type "float", variable has type "int")  [assignment]
src/handlers/gpx_handler.py:769: error: Dict entry 0 has incompatible type "str": "Optional[str]"; expected "str": "str"  [dict-item]
src/handlers/gpx_handler.py:770: error: Dict entry 1 has incompatible type "str": "Optional[str]"; expected "str": "str"  [dict-item]
src/handlers/gpx_handler.py:781: error: Dict entry 0 has incompatible type "str": "Optional[str]"; expected "str": "str"  [dict-item]
src/handlers/gpx_handler.py:782: error: Dict entry 1 has incompatible type "str": "Optional[str]"; expected "str": "str"  [dict-item]
src/handlers/gpx_handler.py:783: error: Dict entry 2 has incompatible type "str": "Optional[str]"; expected "str": "str"  [dict-item]
src/handlers/gpx_handler.py:794: error: Dict entry 0 has incompatible type "str": "Optional[str]"; expected "str": "str"  [dict-item]
src/handlers/gpx_handler.py:795: error: Dict entry 1 has incompatible type "str": "Optional[str]"; expected "str": "str"  [dict-item]
src/handlers/gpx_handler.py:796: error: Dict entry 2 has incompatible type "str": "Optional[str]"; expected "str": "str"  [dict-item]
src/handlers/gpx_handler.py:824: error: Item "None" of "Optional[Any]" has no attribute "replace"  [union-attr]
src/handlers/gpx_handler.py:825: error: Item "None" of "Optional[Any]" has no attribute "replace"  [union-attr]
src/handlers/generic_xml_handler.py:94: error: Need type annotation for "element_counts" (hint: "element_counts: dict[<type>, <type>] = ...")  [var-annotated]
src/handlers/generic_xml_handler.py:105: error: Need type annotation for "attr_usage" (hint: "attr_usage: dict[<type>, <type>] = ...")  [var-annotated]
src/handlers/generic_xml_handler.py:112: error: Need type annotation for "inventory" (hint: "inventory: dict[<type>, <type>] = ...")  [var-annotated]
src/handlers/enterprise_config_handler.py:317: error: Need type annotation for "mappings" (hint: "mappings: dict[<type>, <type>] = ...")  [var-annotated]
src/handlers/enterprise_config_handler.py:333: error: Incompatible types in assignment (expression has type "dict[str, Union[dict[str, str], str, None]]", variable has type "Element[str]")  [assignment]
src/handlers/enterprise_config_handler.py:334: error: No overload variant of "__setitem__" of "Element" matches argument types "str", "Any"  [call-overload]
src/handlers/enterprise_config_handler.py:334: note: Possible overload variants:
src/handlers/enterprise_config_handler.py:334: note:     def __setitem__(self, SupportsIndex, Element[str], /) -> None
src/handlers/enterprise_config_handler.py:334: note:     def __setitem__(self, slice[Any, Any, Any], Iterable[Element[str]], /) -> None
src/handlers/enterprise_config_handler.py:334: error: No overload variant of "__getitem__" of "Element" matches argument type "str"  [call-overload]
src/handlers/enterprise_config_handler.py:334: note:     def __getitem__(self, SupportsIndex, /) -> Element[str]
src/handlers/enterprise_config_handler.py:334: note:     def __getitem__(self, slice[Any, Any, Any], /) -> list[Element[str]]
src/handlers/enterprise_config_handler.py:356: error: Need type annotation for "filter_mappings" (hint: "filter_mappings: dict[<type>, <type>] = ...")  [var-annotated]
src/handlers/enterprise_config_handler.py:401: error: Need type annotation for "security"  [var-annotated]
src/handlers/enterprise_config_handler.py:411: error: Need type annotation for "constraint_info"  [var-annotated]
src/handlers/enterprise_config_handler.py:428: error: Item "None" of "Optional[list[Any]]" has no attribute "append"  [union-attr]
src/handlers/enterprise_config_handler.py:433: error: Incompatible types in assignment (expression has type "dict[str, list[str]]", target has type "Optional[list[Any]]")  [assignment]
src/handlers/enterprise_config_handler.py:442: error: Incompatible types in assignment (expression has type "Optional[str]", target has type "Optional[list[Any]]")  [assignment]
src/handlers/enterprise_config_handler.py:444: error: Item "None" of "Optional[list[Any]]" has no attribute "append"  [union-attr]
src/handlers/enterprise_config_handler.py:456: error: Item "None" of "Optional[list[Any]]" has no attribute "append"  [union-attr]
src/handlers/enterprise_config_handler.py:466: error: Incompatible types in assignment (expression has type "dict[str, Union[str, dict[str, str], None]]", target has type "Optional[list[Any]]")  [assignment]
src/handlers/enterprise_config_handler.py:488: error: Incompatible types in assignment (expression has type "dict[str, str]", target has type "Union[bool, str, None]")  [assignment]
src/handlers/enterprise_config_handler.py:498: error: Need type annotation for "engine_info"  [var-annotated]
src/handlers/enterprise_config_handler.py:512: error: Item "str" of "Union[list[Any], str, None]" has no attribute "append"  [union-attr]
src/handlers/enterprise_config_handler.py:512: error: Item "None" of "Union[list[Any], str, None]" has no attribute "append"  [union-attr]
src/handlers/enterprise_config_handler.py:522: error: Need type annotation for "host_info"  [var-annotated]
src/handlers/enterprise_config_handler.py:536: error: Item "str" of "Union[list[Any], str, None]" has no attribute "append"  [union-attr]
src/handlers/enterprise_config_handler.py:536: error: Item "None" of "Union[list[Any], str, None]" has no attribute "append"  [union-attr]
src/handlers/enterprise_config_handler.py:544: error: Item "str" of "Union[list[Any], str, None]" has no attribute "append"  [union-attr]
src/handlers/enterprise_config_handler.py:544: error: Item "None" of "Union[list[Any], str, None]" has no attribute "append"  [union-attr]
src/handlers/enterprise_config_handler.py:624: error: Need type annotation for "profile_info"  [var-annotated]
src/handlers/enterprise_config_handler.py:628: error: Item "str" of "Union[list[Any], str, None]" has no attribute "append"  [union-attr]
src/handlers/enterprise_config_handler.py:628: error: Item "None" of "Union[list[Any], str, None]" has no attribute "append"  [union-attr]
src/handlers/enterprise_config_handler.py:664: error: Item "None" of "Optional[Element[str]]" has no attribute "get"  [union-attr]
src/handlers/enterprise_config_handler.py:674: error: Incompatible return value type (got "list[dict[str, Union[str, Any, None]]]", expected "list[dict[str, str]]")  [return-value]
src/handlers/enterprise_config_handler.py:703: error: Incompatible return value type (got "list[dict[str, Optional[str]]]", expected "list[dict[str, str]]")  [return-value]
src/handlers/enterprise_config_handler.py:715: error: Item "None" of "Optional[Element[str]]" has no attribute "text"  [union-attr]
src/handlers/enterprise_config_handler.py:791: error: Need type annotation for "deployment_info"  [var-annotated]
src/handlers/enterprise_config_handler.py:922: error: Incompatible types in assignment (expression has type "dict[str, Union[bool, str, None]]", target has type "str")  [assignment]
src/handlers/enterprise_config_handler.py:938: error: Dict entry 0 has incompatible type "str": "Optional[str]"; expected "str": "str"  [dict-item]
src/handlers/enterprise_config_handler.py:939: error: Dict entry 1 has incompatible type "str": "Optional[str]"; expected "str": "str"  [dict-item]
src/handlers/enterprise_config_handler.py:1019: error: Incompatible return value type (got "list[dict[str, Optional[str]]]", expected "list[dict[str, str]]")  [return-value]
src/handlers/enterprise_config_handler.py:1033: error: Incompatible return value type (got "list[dict[str, Optional[str]]]", expected "list[dict[str, str]]")  [return-value]
src/handlers/enterprise_config_handler.py:1064: error: Incompatible return value type (got "list[dict[str, Optional[str]]]", expected "list[dict[str, str]]")  [return-value]
src/handlers/docbook_handler.py:209: error: "object" has no attribute "append"  [attr-defined]
src/handlers/docbook_handler.py:233: error: "object" has no attribute "append"  [attr-defined]
src/handlers/docbook_handler.py:238: error: "object" has no attribute "append"  [attr-defined]
src/handlers/docbook_handler.py:325: error: Unsupported operand types for / ("object" and "int")  [operator]
src/handlers/docbook_handler.py:330: error: Argument 1 to "len" has incompatible type "object"; expected "Sized"  [arg-type]
src/handlers/docbook_handler.py:335: error: Unsupported left operand type for + ("object")  [operator]
src/handlers/docbook_handler.py:345: error: Need type annotation for "media_info"  [var-annotated]
src/handlers/docbook_handler.py:366: error: "Collection[Any]" has no attribute "append"  [attr-defined]
src/handlers/docbook_handler.py:370: error: Unsupported target for indexed assignment ("Collection[Any]")  [index]
src/handlers/docbook_handler.py:371: error: "Collection[Any]" has no attribute "get"  [attr-defined]
src/handlers/docbook_handler.py:376: error: "Collection[Any]" has no attribute "append"  [attr-defined]
src/handlers/docbook_handler.py:385: error: "Collection[Any]" has no attribute "append"  [attr-defined]
src/handlers/docbook_handler.py:400: error: Need type annotation for "xref_info"  [var-annotated]
src/handlers/docbook_handler.py:414: error: "Collection[Any]" has no attribute "add"  [attr-defined]
src/handlers/docbook_handler.py:420: error: "Collection[Any]" has no attribute "append"  [attr-defined]
src/handlers/docbook_handler.py:432: error: "Collection[Any]" has no attribute "append"  [attr-defined]
src/handlers/docbook_handler.py:444: error: "Collection[Any]" has no attribute "append"  [attr-defined]
src/handlers/docbook_handler.py:451: error: "Collection[Any]" has no attribute "append"  [attr-defined]
src/handlers/docbook_handler.py:505: error: Unsupported operand types for < ("float" and "object")  [operator]
src/handlers/docbook_handler.py:506: error: Incompatible types in assignment (expression has type "float", variable has type "int")  [assignment]
src/handlers/docbook_handler.py:507: error: Value of type "object" is not indexable  [index]
src/handlers/docbook_handler.py:508: error: Incompatible types in assignment (expression has type "float", variable has type "int")  [assignment]
src/handlers/docbook_handler.py:509: error: Value of type "object" is not indexable  [index]
src/handlers/docbook_handler.py:510: error: Incompatible types in assignment (expression has type "float", variable has type "int")  [assignment]
src/handlers/docbook_handler.py:511: error: Value of type "object" is not indexable  [index]
src/handlers/docbook_handler.py:512: error: Incompatible types in assignment (expression has type "float", variable has type "int")  [assignment]
src/handlers/docbook_handler.py:517: error: Unsupported operand types for > ("float" and "object")  [operator]
src/handlers/docbook_handler.py:518: error: "object" has no attribute "append"  [attr-defined]
src/handlers/docbook_handler.py:521: error: Value of type "object" is not indexable  [index]
src/handlers/docbook_handler.py:522: error: "object" has no attribute "append"  [attr-defined]
src/handlers/docbook_handler.py:525: error: Value of type "object" is not indexable  [index]
src/handlers/docbook_handler.py:526: error: "object" has no attribute "append"  [attr-defined]
src/handlers/docbook_handler.py:580: error: Value of type "object" is not indexable  [index]
src/handlers/docbook_handler.py:581: error: Value of type "object" is not indexable  [index]
src/handlers/docbook_handler.py:582: error: "object" has no attribute "values"  [attr-defined]
src/handlers/docbook_handler.py:583: error: Argument 1 to "len" has incompatible type "object"; expected "Sized"  [arg-type]
src/handlers/docbook_handler.py:591: error: Need type annotation for "localization"  [var-annotated]
src/handlers/docbook_handler.py:629: error: Need type annotation for "publishing"  [var-annotated]
src/handlers/docbook_handler.py:731: error: Incompatible types in assignment (expression has type "Optional[str]", target has type "str")  [assignment]
src/handlers/docbook_handler.py:738: error: Incompatible types in assignment (expression has type "Optional[str]", target has type "str")  [assignment]
src/handlers/docbook_handler.py:742: error: Incompatible return value type (got "Optional[list[dict[str, str]]]", expected "dict[str, Any]")  [return-value]
src/handlers/docbook_handler.py:876: error: Incompatible return value type (got "Optional[str]", expected "str")  [return-value]
src/handlers/bpmn_handler.py:139: error: Value of type "Collection[Collection[str]]" is not indexable  [index]
src/handlers/bpmn_handler.py:140: error: Value of type "Collection[Collection[str]]" is not indexable  [index]
src/handlers/bpmn_handler.py:141: error: Value of type "Collection[Collection[str]]" is not indexable  [index]
src/handlers/bpmn_handler.py:232: error: Unsupported target for indexed assignment ("object")  [index]
src/handlers/bpmn_handler.py:233: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/bpmn_handler.py:244: error: "object" has no attribute "append"  [attr-defined]
src/handlers/bpmn_handler.py:246: error: "object" has no attribute "append"  [attr-defined]
src/handlers/bpmn_handler.py:248: error: "object" has no attribute "append"  [attr-defined]
src/handlers/bpmn_handler.py:250: error: "object" has no attribute "append"  [attr-defined]
src/handlers/bpmn_handler.py:264: error: "object" has no attribute "append"  [attr-defined]
src/handlers/bpmn_handler.py:265: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/bpmn_handler.py:274: error: "object" has no attribute "append"  [attr-defined]
src/handlers/bpmn_handler.py:275: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/bpmn_handler.py:312: error: "object" has no attribute "append"  [attr-defined]
src/handlers/bpmn_handler.py:313: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/bpmn_handler.py:336: error: "object" has no attribute "append"  [attr-defined]
src/handlers/bpmn_handler.py:337: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/bpmn_handler.py:346: error: "object" has no attribute "append"  [attr-defined]
src/handlers/bpmn_handler.py:347: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/bpmn_handler.py:356: error: "object" has no attribute "append"  [attr-defined]
src/handlers/bpmn_handler.py:357: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/bpmn_handler.py:366: error: "object" has no attribute "append"  [attr-defined]
src/handlers/bpmn_handler.py:367: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/bpmn_handler.py:378: error: "object" has no attribute "append"  [attr-defined]
src/handlers/bpmn_handler.py:379: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/bpmn_handler.py:442: error: Need type annotation for "lane_info"  [var-annotated]
src/handlers/bpmn_handler.py:451: error: Item "str" of "Union[list[Any], str, None]" has no attribute "append"  [union-attr]
src/handlers/bpmn_handler.py:451: error: Item "None" of "Union[list[Any], str, None]" has no attribute "append"  [union-attr]
src/handlers/bpmn_handler.py:523: error: Value of type "object" is not indexable  [index]
src/handlers/bpmn_handler.py:525: error: Unsupported operand types for / ("object" and "int")  [operator]
src/handlers/bpmn_handler.py:526: error: Unsupported operand types for / ("object" and "int")  [operator]
src/handlers/bpmn_handler.py:527: error: Unsupported operand types for / ("object" and "int")  [operator]
src/handlers/bpmn_handler.py:535: error: Need type annotation for "hierarchy" (hint: "hierarchy: dict[<type>, <type>] = ...")  [var-annotated]
src/handlers/bpmn_handler.py:570: error: Need type annotation for "flow_graph" (hint: "flow_graph: dict[<type>, <type>] = ...")  [var-annotated]
src/handlers/bpmn_handler.py:588: error: Argument 2 to "_find_paths" of "BPMNHandler" has incompatible type "Optional[str]"; expected "str"  [arg-type]
src/handlers/bpmn_handler.py:588: error: Argument 3 to "_find_paths" of "BPMNHandler" has incompatible type "list[Optional[str]]"; expected "list[str]"  [arg-type]
src/handlers/bpmn_handler.py:601: error: Need type annotation for "paths" (hint: "paths: list[<type>] = ...")  [var-annotated]
src/handlers/bpmn_handler.py:630: error: Need type annotation for "decision"  [var-annotated]
src/handlers/bpmn_handler.py:644: error: Item "str" of "Union[list[Any], str, None]" has no attribute "append"  [union-attr]
src/handlers/bpmn_handler.py:644: error: Item "None" of "Union[list[Any], str, None]" has no attribute "append"  [union-attr]
src/handlers/bpmn_handler.py:738: error: Unsupported target for indexed assignment ("object")  [index]
src/handlers/bpmn_handler.py:751: error: Unsupported target for indexed assignment ("object")  [index]
src/handlers/ant_build_handler.py:128: error: Value of type "Collection[Collection[str]]" is not indexable  [index]
src/handlers/ant_build_handler.py:129: error: Value of type "Collection[Collection[str]]" is not indexable  [index]
src/handlers/ant_build_handler.py:193: error: Item "int" of "Union[int, list[str], str, None]" has no attribute "append"  [union-attr]
src/handlers/ant_build_handler.py:193: error: Item "str" of "Union[int, list[str], str, None]" has no attribute "append"  [union-attr]
src/handlers/ant_build_handler.py:193: error: Item "None" of "Union[int, list[str], str, None]" has no attribute "append"  [union-attr]
src/handlers/ant_build_handler.py:194: error: Argument 1 to "append" of "list" has incompatible type "dict[str, Collection[str]]"; expected "str"  [arg-type]
src/handlers/ant_build_handler.py:202: error: Need type annotation for "properties"  [var-annotated]
src/handlers/ant_build_handler.py:215: error: Unsupported target for indexed assignment ("Collection[Any]")  [index]
src/handlers/ant_build_handler.py:217: error: "Collection[Any]" has no attribute "append"  [attr-defined]
src/handlers/ant_build_handler.py:219: error: "Collection[Any]" has no attribute "append"  [attr-defined]
src/handlers/ant_build_handler.py:227: error: Need type annotation for "path_info"  [var-annotated]
src/handlers/ant_build_handler.py:232: error: Item "str" of "Union[list[Any], str, None]" has no attribute "append"  [union-attr]
src/handlers/ant_build_handler.py:232: error: Item "None" of "Union[list[Any], str, None]" has no attribute "append"  [union-attr]
src/handlers/ant_build_handler.py:240: error: Item "str" of "Union[list[Any], str, None]" has no attribute "append"  [union-attr]
src/handlers/ant_build_handler.py:240: error: Item "None" of "Union[list[Any], str, None]" has no attribute "append"  [union-attr]
src/handlers/ant_build_handler.py:257: error: Need type annotation for "fileset_info"  [var-annotated]
src/handlers/ant_build_handler.py:268: error: Item "str" of "Union[list[Any], str, None]" has no attribute "append"  [union-attr]
src/handlers/ant_build_handler.py:268: error: Item "None" of "Union[list[Any], str, None]" has no attribute "append"  [union-attr]
src/handlers/ant_build_handler.py:274: error: Item "str" of "Union[list[Any], str, None]" has no attribute "append"  [union-attr]
src/handlers/ant_build_handler.py:274: error: Item "None" of "Union[list[Any], str, None]" has no attribute "append"  [union-attr]
src/handlers/ant_build_handler.py:299: error: "object" has no attribute "append"  [attr-defined]
src/handlers/ant_build_handler.py:300: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/ant_build_handler.py:306: error: "object" has no attribute "append"  [attr-defined]
src/handlers/ant_build_handler.py:313: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/ant_build_handler.py:322: error: "object" has no attribute "__iter__"; maybe "__dir__" or "__str__"? (not iterable)  [attr-defined]
src/handlers/ant_build_handler.py:324: error: "object" has no attribute "append"  [attr-defined]
src/handlers/ant_build_handler.py:368: error: Unsupported operand types for + ("object" and "int")  [operator]
src/handlers/ant_build_handler.py:369: error: Unsupported target for indexed assignment ("object")  [index]
src/handlers/ant_build_handler.py:370: error: "object" has no attribute "get"  [attr-defined]
src/handlers/ant_build_handler.py:375: error: "object" has no attribute "__iter__"; maybe "__dir__" or "__str__"? (not iterable)  [attr-defined]
src/handlers/ant_build_handler.py:377: error: "object" has no attribute "append"  [attr-defined]
src/handlers/ant_build_handler.py:383: error: "object" has no attribute "append"  [attr-defined]
src/handlers/ant_build_handler.py:474: error: Need type annotation for "tasks" (hint: "tasks: dict[<type>, <type>] = ...")  [var-annotated]
src/handlers/__init__.py:165: error: Incompatible return value type (got "object", expected "list[Any]")  [return-value]
src/handlers/__init__.py:179: error: Argument 1 to "len" has incompatible type "object"; expected "Sized"  [arg-type]
src/core/analyzer.py:51: error: Cannot instantiate abstract class "XMLHandler" with abstract attributes "analyze_xml", "can_handle_xml", "detect_xml_type" and "extract_xml_key_data"  [abstract]
src/core/analyzer.py:142: error: Incompatible types in assignment (expression has type "None", variable has type "str")  [assignment]
src/core/chunking.py:31: error: Incompatible types in assignment (expression has type "None", variable has type "list[str]")  [assignment]
src/core/chunking.py:53: error: Incompatible default for argument "config" (default has type "None", argument has type "ChunkingConfig")  [assignment]
src/core/chunking.py:53: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
src/core/chunking.py:53: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
src/core/chunking.py:75: error: Incompatible default for argument "specialized_analysis" (default has type "None", argument has type "dict[str, Any]")  [assignment]
src/core/chunking.py:75: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
src/core/chunking.py:75: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
src/core/chunking.py:99: error: Incompatible default for argument "specialized_analysis" (default has type "None", argument has type "dict[str, Any]")  [assignment]
src/core/chunking.py:99: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
src/core/chunking.py:99: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
src/core/chunking.py:169: error: Incompatible default for argument "content" (default has type "None", argument has type "str")  [assignment]
src/core/chunking.py:169: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
src/core/chunking.py:169: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
src/core/chunking.py:209: error: Need type annotation for "current_chunk_elements" (hint: "current_chunk_elements: list[<type>] = ...")  [var-annotated]
src/core/chunking.py:302: error: Incompatible default for argument "specialized_analysis" (default has type "None", argument has type "dict[str, Any]")  [assignment]
src/core/chunking.py:302: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
src/core/chunking.py:302: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
src/core/chunking.py:428: error: Incompatible default for argument "config" (default has type "None", argument has type "ChunkingConfig")  [assignment]
src/core/chunking.py:428: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
src/core/chunking.py:428: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
src/core/chunking.py:439: error: Incompatible default for argument "specialized_analysis" (default has type "None", argument has type "dict[str, Any]")  [assignment]
src/core/chunking.py:439: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
src/core/chunking.py:439: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
src/core/chunking.py:462: error: Need type annotation for "groups"  [var-annotated]
src/core/chunking.py:514: error: Need type annotation for "current_content" (hint: "current_content: list[<type>] = ...")  [var-annotated]
src/core/chunking.py:628: error: Need type annotation for "overlap_elements" (hint: "overlap_elements: list[<type>] = ...")  [var-annotated]
src/core/chunking.py:648: error: Need type annotation for "current_chunk" (hint: "current_chunk: list[<type>] = ...")  [var-annotated]
src/core/chunking.py:730: error: Incompatible default for argument "config" (default has type "None", argument has type "ChunkingConfig")  [assignment]
src/core/chunking.py:730: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
src/core/chunking.py:730: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
src/utils/file_utils.py:108: error: Incompatible types in assignment (expression has type "float", variable has type "int")  [assignment]
Found 1206 errors in 33 files (checked 38 source files)
Error: Process completed with exit code 1.