tests\test_exceptions.py:26: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_exceptions.py:26: note: Use "-> None" if function does not return a value
tests\test_exceptions.py:35: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_exceptions.py:35: note: Use "-> None" if function does not return a value
tests\test_exceptions.py:44: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_exceptions.py:44: note: Use "-> None" if function does not return a value
tests\test_exceptions.py:53: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_exceptions.py:53: note: Use "-> None" if function does not return a value
tests\test_exceptions.py:65: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_exceptions.py:65: note: Use "-> None" if function does not return a value
tests\test_exceptions.py:76: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_exceptions.py:76: note: Use "-> None" if function does not return a value
tests\test_exceptions.py:84: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_exceptions.py:84: note: Use "-> None" if function does not return a value
tests\test_exceptions.py:92: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_exceptions.py:92: note: Use "-> None" if function does not return a value
tests\test_exceptions.py:100: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_exceptions.py:100: note: Use "-> None" if function does not return a value
tests\test_exceptions.py:108: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_exceptions.py:108: note: Use "-> None" if function does not return a value
tests\test_exceptions.py:116: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_exceptions.py:116: note: Use "-> None" if function does not return a value
tests\test_exceptions.py:124: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_exceptions.py:124: note: Use "-> None" if function does not return a value
tests\test_exceptions.py:132: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_exceptions.py:132: note: Use "-> None" if function does not return a value
tests\test_exceptions.py:140: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_exceptions.py:140: note: Use "-> None" if function does not return a value
tests\test_exceptions.py:148: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_exceptions.py:148: note: Use "-> None" if function does not return a value
tests\test_exceptions.py:156: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_exceptions.py:156: note: Use "-> None" if function does not return a value
tests\test_exceptions.py:168: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_exceptions.py:168: note: Use "-> None" if function does not return a value
tests\test_exceptions.py:185: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_exceptions.py:185: note: Use "-> None" if function does not return a value
tests\test_exceptions.py:202: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_exceptions.py:202: note: Use "-> None" if function does not return a value
tests\test_exceptions.py:219: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_exceptions.py:219: note: Use "-> None" if function does not return a value
tests\test_exceptions.py:235: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_exceptions.py:235: note: Use "-> None" if function does not return a value
tests\test_exceptions.py:253: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_exceptions.py:253: note: Use "-> None" if function does not return a value
tests\test_exceptions.py:278: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_exceptions.py:278: note: Use "-> None" if function does not return a value
tests\test_exceptions.py:283: error: Statement is unreachable  [unreachable]
tests\test_exceptions.py:287: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_exceptions.py:287: note: Use "-> None" if function does not return a value
tests\test_exceptions.py:300: error: Statement is unreachable  [unreachable]
tests\test_exceptions.py:303: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_exceptions.py:303: note: Use "-> None" if function does not return a value
tests\test_exceptions.py:306: error: Function is missing a type annotation  [no-untyped-def]
tests\test_exceptions.py:325: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_exceptions.py:325: note: Use "-> None" if function does not return a value
cmdrdata_anthropic\context.py:52: error: Function is missing a return type annotation  [no-untyped-def]
cmdrdata_anthropic\context.py:77: error: Incompatible default for argument "explicit_customer_id" (default has type "ellipsis", argume
nt has type "Optional[str]")  [assignment]
cmdrdata_anthropic\context.py:94: error: Non-overlapping identity check (left operand type: "Optional[str]", right operand type: "elli
psis")  [comparison-overlap]
cmdrdata_anthropic\context.py:97: error: Statement is unreachable  [unreachable]
tests\test_context.py:16: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_context.py:16: note: Use "-> None" if function does not return a value
tests\test_context.py:30: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_context.py:30: note: Use "-> None" if function does not return a value
tests\test_context.py:51: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_context.py:51: note: Use "-> None" if function does not return a value
tests\test_context.py:68: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_context.py:68: note: Use "-> None" if function does not return a value
tests\test_context.py:85: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_context.py:85: note: Use "-> None" if function does not return a value
tests\test_context.py:90: error: Need type annotation for "results" (hint: "results: Dict[<type>, <type>] = ...")  [var-annotated]
tests\test_context.py:92: error: Function is missing a type annotation  [no-untyped-def]
cmdrdata_anthropic\version_compat.py:14: error: Function is missing a type annotation  [no-untyped-def]
cmdrdata_anthropic\version_compat.py:17: error: Function is missing a type annotation  [no-untyped-def]
cmdrdata_anthropic\version_compat.py:20: error: Function is missing a type annotation  [no-untyped-def]
cmdrdata_anthropic\version_compat.py:23: error: Function is missing a type annotation  [no-untyped-def]
cmdrdata_anthropic\version_compat.py:26: error: Function is missing a type annotation  [no-untyped-def]
cmdrdata_anthropic\version_compat.py:29: error: Function is missing a type annotation  [no-untyped-def]
cmdrdata_anthropic\version_compat.py:32: error: Function is missing a type annotation  [no-untyped-def]
cmdrdata_anthropic\version_compat.py:35: error: Function is missing a type annotation  [no-untyped-def]
cmdrdata_anthropic\version_compat.py:63: error: Function is missing a return type annotation  [no-untyped-def]
cmdrdata_anthropic\version_compat.py:63: note: Use "-> None" if function does not return a value
cmdrdata_anthropic\version_compat.py:67: error: Function is missing a return type annotation  [no-untyped-def]
cmdrdata_anthropic\version_compat.py:67: note: Use "-> None" if function does not return a value
cmdrdata_anthropic\version_compat.py:81: error: Function is missing a return type annotation  [no-untyped-def]
cmdrdata_anthropic\version_compat.py:81: note: Use "-> None" if function does not return a value
cmdrdata_anthropic\version_compat.py:128: error: Returning Any from function declared to return "bool"  [no-any-return]
cmdrdata_anthropic\validation.py:275: error: Statement is unreachable  [unreachable]
cmdrdata_anthropic\validation.py:351: error: Function is missing a type annotation  [no-untyped-def]
tests\test_version_compat.py:19: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_version_compat.py:19: note: Use "-> None" if function does not return a value
tests\test_version_compat.py:26: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_version_compat.py:26: note: Use "-> None" if function does not return a value
tests\test_version_compat.py:32: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_version_compat.py:32: note: Use "-> None" if function does not return a value
tests\test_version_compat.py:51: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_version_compat.py:51: note: Use "-> None" if function does not return a value
tests\test_version_compat.py:61: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_version_compat.py:61: note: Use "-> None" if function does not return a value
tests\test_version_compat.py:69: error: Cannot assign to a method  [method-assign]
tests\test_version_compat.py:80: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_version_compat.py:80: note: Use "-> None" if function does not return a value
tests\test_version_compat.py:89: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_version_compat.py:89: note: Use "-> None" if function does not return a value
cmdrdata_anthropic\logging_config.py:35: error: Item "None" of "Optional[Type[BaseException]]" has no attribute "__name__"  [union-att
r]
cmdrdata_anthropic\logging_config.py:119: error: Function is missing a return type annotation  [no-untyped-def]
cmdrdata_anthropic\logging_config.py:141: error: Incompatible types in assignment (expression has type "Formatter", variable has type
"StructuredFormatter")  [assignment]
cmdrdata_anthropic\logging_config.py:151: error: Function is missing a type annotation  [no-untyped-def]
cmdrdata_anthropic\logging_config.py:156: error: Cannot assign to a method  [method-assign]
cmdrdata_anthropic\logging_config.py:158: error: Incompatible types in assignment (expression has type "SecurityFormatter", variable h
as type "StructuredFormatter")  [assignment]
cmdrdata_anthropic\logging_config.py:184: error: Function is missing a return type annotation  [no-untyped-def]
cmdrdata_anthropic\logging_config.py:201: error: Function is missing a type annotation for one or more arguments  [no-untyped-def]
cmdrdata_anthropic\logging_config.py:206: error: Function is missing a type annotation  [no-untyped-def]
cmdrdata_anthropic\logging_config.py:207: error: Function is missing a type annotation  [no-untyped-def]
cmdrdata_anthropic\logging_config.py:216: error: Function is missing a type annotation  [no-untyped-def]
cmdrdata_anthropic\logging_config.py:221: error: Function is missing a return type annotation  [no-untyped-def]
cmdrdata_anthropic\logging_config.py:224: error: Function is missing a type annotation  [no-untyped-def]
cmdrdata_anthropic\logging_config.py:225: error: Function is missing a type annotation  [no-untyped-def]
cmdrdata_anthropic\logging_config.py:295: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_logging_config.py:30: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_logging_config.py:30: note: Use "-> None" if function does not return a value
tests\test_logging_config.py:61: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_logging_config.py:61: note: Use "-> None" if function does not return a value
tests\test_logging_config.py:95: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_logging_config.py:95: note: Use "-> None" if function does not return a value
tests\test_logging_config.py:125: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_logging_config.py:125: note: Use "-> None" if function does not return a value
tests\test_logging_config.py:133: error: Module "logging" does not explicitly export attribute "sys"  [attr-defined]
tests\test_logging_config.py:161: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_logging_config.py:161: note: Use "-> None" if function does not return a value
tests\test_logging_config.py:193: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_logging_config.py:193: note: Use "-> None" if function does not return a value
tests\test_logging_config.py:218: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_logging_config.py:218: note: Use "-> None" if function does not return a value
tests\test_logging_config.py:248: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_logging_config.py:248: note: Use "-> None" if function does not return a value
tests\test_logging_config.py:254: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_logging_config.py:254: note: Use "-> None" if function does not return a value
tests\test_logging_config.py:266: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_logging_config.py:266: note: Use "-> None" if function does not return a value
tests\test_logging_config.py:273: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_logging_config.py:273: note: Use "-> None" if function does not return a value
tests\test_logging_config.py:289: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_logging_config.py:289: note: Use "-> None" if function does not return a value
tests\test_logging_config.py:305: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_logging_config.py:305: note: Use "-> None" if function does not return a value
tests\test_logging_config.py:346: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_logging_config.py:346: note: Use "-> None" if function does not return a value
tests\test_logging_config.py:360: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_logging_config.py:360: note: Use "-> None" if function does not return a value
tests\test_logging_config.py:373: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_logging_config.py:373: note: Use "-> None" if function does not return a value
tests\test_logging_config.py:388: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_logging_config.py:388: note: Use "-> None" if function does not return a value
tests\test_logging_config.py:424: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_logging_config.py:424: note: Use "-> None" if function does not return a value
tests\test_logging_config.py:442: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_logging_config.py:447: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_logging_config.py:466: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_logging_config.py:466: note: Use "-> None" if function does not return a value
tests\test_logging_config.py:471: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_logging_config.py:471: note: Use "-> None" if function does not return a value
tests\test_logging_config.py:494: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_logging_config.py:494: note: Use "-> None" if function does not return a value
tests\test_logging_config.py:501: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_logging_config.py:501: note: Use "-> None" if function does not return a value
tests\test_logging_config.py:510: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_logging_config.py:510: note: Use "-> None" if function does not return a value
cmdrdata_anthropic\security.py:27: error: Function is missing a return type annotation  [no-untyped-def]
cmdrdata_anthropic\security.py:27: note: Use "-> None" if function does not return a value
cmdrdata_anthropic\security.py:413: error: Incompatible types in assignment (expression has type "Union[int, float]", variable has typ
e "str")  [assignment]
cmdrdata_anthropic\security.py:570: error: Function is missing a type annotation  [no-untyped-def]
cmdrdata_anthropic\security.py:573: error: Function is missing a type annotation  [no-untyped-def]
cmdrdata_anthropic\security.py:575: error: Function is missing a type annotation  [no-untyped-def]
cmdrdata_anthropic\security.py:643: error: Function is missing a return type annotation  [no-untyped-def]
cmdrdata_anthropic\security.py:651: error: Function is missing a type annotation  [no-untyped-def]
cmdrdata_anthropic\security.py:653: error: Function is missing a type annotation  [no-untyped-def]
cmdrdata_anthropic\security.py:677: error: Function is missing a return type annotation  [no-untyped-def]
cmdrdata_anthropic\security.py:687: error: Function is missing a type annotation  [no-untyped-def]
cmdrdata_anthropic\security.py:689: error: Function is missing a type annotation  [no-untyped-def]
tests\test_validation.py:16: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_validation.py:16: note: Use "-> None" if function does not return a value
tests\test_validation.py:23: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_validation.py:23: note: Use "-> None" if function does not return a value
tests\test_validation.py:29: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_validation.py:29: note: Use "-> None" if function does not return a value
tests\test_validation.py:35: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_validation.py:35: note: Use "-> None" if function does not return a value
tests\test_validation.py:40: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_validation.py:40: note: Use "-> None" if function does not return a value
tests\test_validation.py:43: error: Argument 1 to "validate_api_key" of "APIKeyManager" has incompatible type "None"; expected "str"
[arg-type]
tests\test_validation.py:45: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_validation.py:45: note: Use "-> None" if function does not return a value
tests\test_validation.py:60: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_validation.py:60: note: Use "-> None" if function does not return a value
tests\test_validation.py:72: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_validation.py:72: note: Use "-> None" if function does not return a value
tests\test_validation.py:85: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_validation.py:85: note: Use "-> None" if function does not return a value
tests\test_validation.py:92: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_validation.py:92: note: Use "-> None" if function does not return a value
tests\test_validation.py:100: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_validation.py:100: note: Use "-> None" if function does not return a value
tests\test_validation.py:115: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_validation.py:115: note: Use "-> None" if function does not return a value
tests\test_validation.py:128: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_validation.py:128: note: Use "-> None" if function does not return a value
tests\test_validation.py:139: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_validation.py:139: note: Use "-> None" if function does not return a value
tests\test_validation.py:144: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_validation.py:144: note: Use "-> None" if function does not return a value
tests\test_validation.py:151: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_validation.py:151: note: Use "-> None" if function does not return a value
tests\test_validation.py:163: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_validation.py:163: note: Use "-> None" if function does not return a value
tests\test_validation.py:168: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_validation.py:168: note: Use "-> None" if function does not return a value
tests\test_validation.py:175: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_validation.py:175: note: Use "-> None" if function does not return a value
tests\test_validation.py:178: error: Argument 1 to "validate_timeout" of "InputSanitizer" has incompatible type "str"; expected "float
"  [arg-type]
tests\test_validation.py:180: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_validation.py:180: note: Use "-> None" if function does not return a value
tests\test_validation.py:185: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_validation.py:185: note: Use "-> None" if function does not return a value
tests\test_validation.py:190: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_validation.py:190: note: Use "-> None" if function does not return a value
tests\test_validation.py:197: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_validation.py:197: note: Use "-> None" if function does not return a value
tests\test_validation.py:204: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_validation.py:204: note: Use "-> None" if function does not return a value
tests\test_validation.py:218: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_validation.py:218: note: Use "-> None" if function does not return a value
tests\test_validation.py:226: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_validation.py:226: note: Use "-> None" if function does not return a value
tests\test_validation.py:233: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_validation.py:233: note: Use "-> None" if function does not return a value
tests\test_validation.py:236: error: Argument 1 to "validate_token_count" of "InputSanitizer" has incompatible type "float"; expected
"int"  [arg-type]
tests\test_validation.py:238: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_validation.py:238: note: Use "-> None" if function does not return a value
tests\test_validation.py:243: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_validation.py:243: note: Use "-> None" if function does not return a value
tests\test_validation.py:248: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_validation.py:248: note: Use "-> None" if function does not return a value
tests\test_validation.py:260: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_validation.py:260: note: Use "-> None" if function does not return a value
tests\test_validation.py:263: error: Argument 1 to "validate_metadata" of "InputSanitizer" has incompatible type "str"; expected "Dict
[Any, Any]"  [arg-type]
tests\test_validation.py:265: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_validation.py:265: note: Use "-> None" if function does not return a value
tests\test_validation.py:271: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_validation.py:271: note: Use "-> None" if function does not return a value
tests\test_validation.py:276: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_validation.py:276: note: Use "-> None" if function does not return a value
tests\test_validation.py:284: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_validation.py:284: note: Use "-> None" if function does not return a value
tests\test_validation.py:292: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_validation.py:292: note: Use "-> None" if function does not return a value
tests\test_validation.py:297: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_validation.py:297: note: Use "-> None" if function does not return a value
tests\test_validation.py:302: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_validation.py:302: note: Use "-> None" if function does not return a value
tests\test_validation.py:308: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_validation.py:308: note: Use "-> None" if function does not return a value
tests\test_validation.py:311: error: Argument 1 to "sanitize_string" of "InputSanitizer" has incompatible type "int"; expected "str"
[arg-type]
tests\test_validation.py:313: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_validation.py:313: note: Use "-> None" if function does not return a value
tests\test_validation.py:323: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_validation.py:323: note: Use "-> None" if function does not return a value
tests\test_validation.py:328: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_validation.py:328: note: Use "-> None" if function does not return a value
tests\test_validation.py:331: error: Argument 1 to "validate_chat_messages" of "InputSanitizer" has incompatible type "str"; expected
"List[Any]"  [arg-type]
tests\test_validation.py:333: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_validation.py:333: note: Use "-> None" if function does not return a value
tests\test_validation.py:338: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_validation.py:338: note: Use "-> None" if function does not return a value
tests\test_validation.py:346: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_validation.py:346: note: Use "-> None" if function does not return a value
tests\test_validation.py:352: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_validation.py:352: note: Use "-> None" if function does not return a value
tests\test_validation.py:360: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_validation.py:360: note: Use "-> None" if function does not return a value
tests\test_validation.py:366: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_validation.py:366: note: Use "-> None" if function does not return a value
tests\test_validation.py:378: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_validation.py:381: error: Function is missing a type annotation  [no-untyped-def]
tests\test_validation.py:386: error: Function is missing a type annotation  [no-untyped-def]
tests\test_validation.py:392: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_validation.py:395: error: Function is missing a type annotation  [no-untyped-def]
tests\test_validation.py:399: error: Function is missing a type annotation  [no-untyped-def]
tests\test_validation.py:405: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_validation.py:408: error: Function is missing a type annotation  [no-untyped-def]
tests\test_validation.py:412: error: Function is missing a type annotation  [no-untyped-def]
tests\test_validation.py:418: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_validation.py:421: error: Function is missing a type annotation  [no-untyped-def]
tests\test_validation.py:425: error: Function is missing a type annotation  [no-untyped-def]
tests\test_security.py:31: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_security.py:31: note: Use "-> None" if function does not return a value
tests\test_security.py:40: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_security.py:40: note: Use "-> None" if function does not return a value
tests\test_security.py:47: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_security.py:47: note: Use "-> None" if function does not return a value
tests\test_security.py:52: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_security.py:52: note: Use "-> None" if function does not return a value
tests\test_security.py:55: error: Argument 1 to "validate_api_key" of "APIKeyManager" has incompatible type "None"; expected "str"  [a
rg-type]
tests\test_security.py:57: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_security.py:57: note: Use "-> None" if function does not return a value
tests\test_security.py:64: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_security.py:64: note: Use "-> None" if function does not return a value
tests\test_security.py:72: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_security.py:72: note: Use "-> None" if function does not return a value
tests\test_security.py:88: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_security.py:88: note: Use "-> None" if function does not return a value
tests\test_security.py:94: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_security.py:94: note: Use "-> None" if function does not return a value
tests\test_security.py:106: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_security.py:106: note: Use "-> None" if function does not return a value
tests\test_security.py:116: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_security.py:116: note: Use "-> None" if function does not return a value
tests\test_security.py:138: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_security.py:138: note: Use "-> None" if function does not return a value
tests\test_security.py:143: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_security.py:143: note: Use "-> None" if function does not return a value
tests\test_security.py:162: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_security.py:162: note: Use "-> None" if function does not return a value
tests\test_security.py:169: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_security.py:169: note: Use "-> None" if function does not return a value
tests\test_security.py:175: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_security.py:175: note: Use "-> None" if function does not return a value
tests\test_security.py:181: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_security.py:181: note: Use "-> None" if function does not return a value
tests\test_security.py:199: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_security.py:199: note: Use "-> None" if function does not return a value
tests\test_security.py:202: error: Argument 1 to "sanitize_string" of "InputSanitizer" has incompatible type "int"; expected "str"  [a
rg-type]
tests\test_security.py:204: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_security.py:204: note: Use "-> None" if function does not return a value
tests\test_security.py:216: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_security.py:216: note: Use "-> None" if function does not return a value
tests\test_security.py:223: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_security.py:223: note: Use "-> None" if function does not return a value
tests\test_security.py:230: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_security.py:230: note: Use "-> None" if function does not return a value
tests\test_security.py:242: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_security.py:242: note: Use "-> None" if function does not return a value
tests\test_security.py:248: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_security.py:248: note: Use "-> None" if function does not return a value
tests\test_security.py:254: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_security.py:254: note: Use "-> None" if function does not return a value
tests\test_security.py:261: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_security.py:261: note: Use "-> None" if function does not return a value
tests\test_security.py:264: error: Argument 1 to "sanitize_metadata" of "InputSanitizer" has incompatible type "str"; expected "Dict[s
tr, Any]"  [arg-type]
tests\test_security.py:266: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_security.py:266: note: Use "-> None" if function does not return a value
tests\test_security.py:269: error: Dict entry 0 has incompatible type "int": "str"; expected "str": "Any"  [dict-item]
tests\test_security.py:271: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_security.py:271: note: Use "-> None" if function does not return a value
tests\test_security.py:277: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_security.py:277: note: Use "-> None" if function does not return a value
tests\test_security.py:289: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_security.py:289: note: Use "-> None" if function does not return a value
tests\test_security.py:300: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_security.py:300: note: Use "-> None" if function does not return a value
tests\test_security.py:314: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_security.py:314: note: Use "-> None" if function does not return a value
tests\test_security.py:329: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_security.py:329: note: Use "-> None" if function does not return a value
tests\test_security.py:346: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_security.py:350: error: Function is missing a type annotation  [no-untyped-def]
tests\test_security.py:366: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_security.py:370: error: Function is missing a type annotation  [no-untyped-def]
tests\test_security.py:385: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_security.py:385: note: Use "-> None" if function does not return a value
tests\test_security.py:391: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_security.py:391: note: Use "-> None" if function does not return a value
tests\test_security.py:406: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_security.py:406: note: Use "-> None" if function does not return a value
tests\test_security.py:439: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_security.py:439: note: Use "-> None" if function does not return a value
tests\test_security.py:450: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_security.py:450: note: Use "-> None" if function does not return a value
cmdrdata_anthropic\retry.py:78: error: Statement is unreachable  [unreachable]
cmdrdata_anthropic\retry.py:112: error: Function is missing a return type annotation  [no-untyped-def]
cmdrdata_anthropic\retry.py:123: error: Function is missing a type annotation  [no-untyped-def]
cmdrdata_anthropic\retry.py:135: error: Incompatible types in assignment (expression has type "float", variable has type "int")  [assi
gnment]
cmdrdata_anthropic\retry.py:146: error: Function is missing a return type annotation  [no-untyped-def]
cmdrdata_anthropic\retry.py:162: error: Function is missing a type annotation  [no-untyped-def]
cmdrdata_anthropic\retry.py:204: error: Function is missing a type annotation  [no-untyped-def]
cmdrdata_anthropic\performance.py:38: error: Function is missing a return type annotation  [no-untyped-def]
cmdrdata_anthropic\performance.py:38: note: Use "-> None" if function does not return a value
cmdrdata_anthropic\performance.py:166: error: Need type annotation for "future"  [var-annotated]
cmdrdata_anthropic\performance.py:237: error: Incompatible types in assignment (expression has type "float", variable has type "int")
 [assignment]
cmdrdata_anthropic\performance.py:322: error: Function is missing a return type annotation  [no-untyped-def]
cmdrdata_anthropic\performance.py:327: error: Function is missing a type annotation  [no-untyped-def]
cmdrdata_anthropic\performance.py:356: error: Function is missing a return type annotation  [no-untyped-def]
cmdrdata_anthropic\performance.py:363: error: Function is missing a type annotation  [no-untyped-def]
cmdrdata_anthropic\performance.py:416: error: Need type annotation for "metrics" (hint: "metrics: Dict[<type>, <type>] = ...")  [var-a
nnotated]
cmdrdata_anthropic\performance.py:418: error: Function is missing a type annotation  [no-untyped-def]
cmdrdata_anthropic\performance.py:419: error: Incompatible types in assignment (expression has type "float", variable has type "None")
  [assignment]
cmdrdata_anthropic\performance.py:422: error: Function is missing a type annotation  [no-untyped-def]
cmdrdata_anthropic\performance.py:423: error: Unsupported operand types for - ("float" and "None")  [operator]
cmdrdata_anthropic\performance.py:433: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_retry.py:34: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_retry.py:34: note: Use "-> None" if function does not return a value
tests\test_retry.py:46: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_retry.py:46: note: Use "-> None" if function does not return a value
tests\test_retry.py:66: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_retry.py:66: note: Use "-> None" if function does not return a value
tests\test_retry.py:76: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_retry.py:76: note: Use "-> None" if function does not return a value
tests\test_retry.py:86: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_retry.py:86: note: Use "-> None" if function does not return a value
tests\test_retry.py:100: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_retry.py:100: note: Use "-> None" if function does not return a value
tests\test_retry.py:114: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_retry.py:114: note: Use "-> None" if function does not return a value
tests\test_retry.py:130: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_retry.py:130: note: Use "-> None" if function does not return a value
tests\test_retry.py:141: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_retry.py:141: note: Use "-> None" if function does not return a value
tests\test_retry.py:149: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_retry.py:149: note: Use "-> None" if function does not return a value
tests\test_retry.py:161: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_retry.py:161: note: Use "-> None" if function does not return a value
tests\test_retry.py:176: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_retry.py:176: note: Use "-> None" if function does not return a value
tests\test_retry.py:188: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_retry.py:188: note: Use "-> None" if function does not return a value
tests\test_retry.py:210: error: Non-overlapping equality check (left operand type: "Literal[CircuitBreakerState.CLOSED]", right operan
d type: "Literal[CircuitBreakerState.OPEN]")  [comparison-overlap]
tests\test_retry.py:213: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_retry.py:213: note: Use "-> None" if function does not return a value
tests\test_retry.py:232: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_retry.py:232: note: Use "-> None" if function does not return a value
tests\test_retry.py:253: error: Non-overlapping equality check (left operand type: "Literal[CircuitBreakerState.OPEN]", right operand
type: "Literal[CircuitBreakerState.CLOSED]")  [comparison-overlap]
tests\test_retry.py:254: error: Statement is unreachable  [unreachable]
tests\test_retry.py:257: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_retry.py:257: note: Use "-> None" if function does not return a value
tests\test_retry.py:285: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_retry.py:290: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_retry.py:301: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_retry.py:306: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_retry.py:319: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_retry.py:319: note: Use "-> None" if function does not return a value
tests\test_retry.py:324: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_retry.py:324: note: Use "-> None" if function does not return a value
tests\test_retry.py:335: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_retry.py:335: note: Use "-> None" if function does not return a value
tests\test_retry.py:346: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_retry.py:346: note: Use "-> None" if function does not return a value
tests\test_retry.py:356: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_retry.py:361: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_retry.py:371: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_retry.py:376: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_retry.py:388: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_retry.py:388: note: Use "-> None" if function does not return a value
tests\test_retry.py:393: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_retry.py:393: note: Use "-> None" if function does not return a value
tests\test_retry.py:404: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_retry.py:404: note: Use "-> None" if function does not return a value
tests\test_retry.py:412: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_retry.py:412: note: Use "-> None" if function does not return a value
tests\test_retry.py:428: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_retry.py:428: note: Use "-> None" if function does not return a value
tests\test_retry.py:437: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_retry.py:437: note: Use "-> None" if function does not return a value
tests\test_retry.py:446: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_retry.py:446: note: Use "-> None" if function does not return a value
tests\test_retry.py:455: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_retry.py:455: note: Use "-> None" if function does not return a value
tests\test_performance.py:34: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_performance.py:34: note: Use "-> None" if function does not return a value
tests\test_performance.py:44: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_performance.py:44: note: Use "-> None" if function does not return a value
tests\test_performance.py:66: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_performance.py:66: note: Use "-> None" if function does not return a value
tests\test_performance.py:83: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_performance.py:83: note: Use "-> None" if function does not return a value
tests\test_performance.py:94: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_performance.py:94: note: Use "-> None" if function does not return a value
tests\test_performance.py:112: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_performance.py:112: note: Use "-> None" if function does not return a value
tests\test_performance.py:125: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_performance.py:125: note: Use "-> None" if function does not return a value
tests\test_performance.py:141: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_performance.py:141: note: Use "-> None" if function does not return a value
tests\test_performance.py:156: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_performance.py:156: note: Use "-> None" if function does not return a value
tests\test_performance.py:176: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_performance.py:176: note: Use "-> None" if function does not return a value
tests\test_performance.py:181: error: Function is missing a type annotation  [no-untyped-def]
tests\test_performance.py:204: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_performance.py:204: note: Use "-> None" if function does not return a value
tests\test_performance.py:224: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_performance.py:224: note: Use "-> None" if function does not return a value
tests\test_performance.py:241: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_performance.py:241: note: Use "-> None" if function does not return a value
tests\test_performance.py:261: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_performance.py:264: error: Function is missing a type annotation  [no-untyped-def]
tests\test_performance.py:283: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_performance.py:286: error: Function is missing a type annotation  [no-untyped-def]
tests\test_performance.py:305: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_performance.py:305: note: Use "-> None" if function does not return a value
tests\test_performance.py:308: error: Function is missing a type annotation  [no-untyped-def]
tests\test_performance.py:329: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_performance.py:329: note: Use "-> None" if function does not return a value
tests\test_performance.py:340: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_performance.py:340: note: Use "-> None" if function does not return a value
tests\test_performance.py:355: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_performance.py:355: note: Use "-> None" if function does not return a value
tests\test_performance.py:369: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_performance.py:369: note: Use "-> None" if function does not return a value
tests\test_performance.py:388: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_performance.py:388: note: Use "-> None" if function does not return a value
tests\test_performance.py:406: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_performance.py:406: note: Use "-> None" if function does not return a value
tests\test_performance.py:421: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_performance.py:421: note: Use "-> None" if function does not return a value
tests\test_performance.py:440: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_performance.py:445: error: Function is missing a type annotation  [no-untyped-def]
tests\test_performance.py:465: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_performance.py:472: error: Function is missing a type annotation  [no-untyped-def]
tests\test_performance.py:474: error: Function is missing a type annotation  [no-untyped-def]
tests\test_performance.py:487: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_performance.py:501: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_performance.py:501: note: Use "-> None" if function does not return a value
tests\test_performance.py:518: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_performance.py:525: error: Function is missing a type annotation  [no-untyped-def]
tests\test_performance.py:538: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_performance.py:542: error: Function is missing a type annotation  [no-untyped-def]
tests\test_performance.py:560: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_performance.py:560: note: Use "-> None" if function does not return a value
tests\conftest.py:17: error: Function is missing a return type annotation  [no-untyped-def]
tests\conftest.py:43: error: Function is missing a return type annotation  [no-untyped-def]
tests\conftest.py:66: error: Function is missing a return type annotation  [no-untyped-def]
tests\conftest.py:85: error: Function is missing a return type annotation  [no-untyped-def]
tests\conftest.py:98: error: Function is missing a return type annotation  [no-untyped-def]
tests\conftest.py:120: error: Function is missing a return type annotation  [no-untyped-def]
tests\conftest.py:139: error: Function is missing a return type annotation  [no-untyped-def]
tests\conftest.py:157: error: Function is missing a return type annotation  [no-untyped-def]
tests\conftest.py:172: error: Function is missing a return type annotation  [no-untyped-def]
tests\conftest.py:195: error: Function is missing a return type annotation  [no-untyped-def]
tests\conftest.py:220: error: Function is missing a type annotation  [no-untyped-def]
tests\conftest.py:227: error: Function is missing a return type annotation  [no-untyped-def]
tests\conftest.py:239: error: Function is missing a return type annotation  [no-untyped-def]
tests\conftest.py:250: error: Function is missing a return type annotation  [no-untyped-def]
tests\conftest.py:274: error: Function is missing a return type annotation  [no-untyped-def]
tests\conftest.py:286: error: Function is missing a return type annotation  [no-untyped-def]
tests\conftest.py:297: error: Function is missing a return type annotation  [no-untyped-def]
tests\conftest.py:310: error: Function is missing a return type annotation  [no-untyped-def]
tests\conftest.py:324: error: Function is missing a return type annotation  [no-untyped-def]
tests\conftest.py:336: error: Function is missing a type annotation  [no-untyped-def]
tests\conftest.py:346: error: Function is missing a type annotation  [no-untyped-def]
cmdrdata_anthropic\tracker.py:358: error: Function is missing a type annotation  [no-untyped-def]
tests\test_tracker.py:20: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_tracker.py:20: note: Use "-> None" if function does not return a value
tests\test_tracker.py:29: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_tracker.py:29: note: Use "-> None" if function does not return a value
tests\test_tracker.py:47: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_tracker.py:47: note: Use "-> None" if function does not return a value
tests\test_tracker.py:52: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_tracker.py:52: note: Use "-> None" if function does not return a value
tests\test_tracker.py:57: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_tracker.py:57: note: Use "-> None" if function does not return a value
tests\test_tracker.py:62: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_tracker.py:62: note: Use "-> None" if function does not return a value
tests\test_tracker.py:67: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_tracker.py:67: note: Use "-> None" if function does not return a value
tests\test_tracker.py:72: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_tracker.py:72: note: Use "-> None" if function does not return a value
tests\test_tracker.py:80: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_tracker.py:80: note: Use "-> None" if function does not return a value
tests\test_tracker.py:94: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_tracker.py:94: note: Use "-> None" if function does not return a value
tests\test_tracker.py:108: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_tracker.py:108: note: Use "-> None" if function does not return a value
tests\test_tracker.py:122: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_tracker.py:122: note: Use "-> None" if function does not return a value
tests\test_tracker.py:133: error: Argument "metadata" to "_validate_tracking_inputs" of "UsageTracker" has incompatible type "str"; ex
pected "Optional[Dict[str, Any]]"  [arg-type]
tests\test_tracker.py:136: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_tracker.py:136: note: Use "-> None" if function does not return a value
tests\test_tracker.py:164: error: Function is missing a type annotation  [no-untyped-def]
tests\test_tracker.py:194: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_tracker.py:194: note: Use "-> None" if function does not return a value
tests\test_tracker.py:230: error: Function is missing a type annotation  [no-untyped-def]
tests\test_tracker.py:247: error: Function is missing a type annotation  [no-untyped-def]
tests\test_tracker.py:265: error: Function is missing a type annotation  [no-untyped-def]
tests\test_tracker.py:283: error: Function is missing a type annotation  [no-untyped-def]
tests\test_tracker.py:298: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_tracker.py:298: note: Use "-> None" if function does not return a value
tests\test_tracker.py:320: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_tracker.py:320: note: Use "-> None" if function does not return a value
tests\test_tracker.py:333: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_tracker.py:333: note: Use "-> None" if function does not return a value
tests\test_tracker.py:356: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_tracker.py:356: note: Use "-> None" if function does not return a value
tests\test_tracker.py:375: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_tracker.py:375: note: Use "-> None" if function does not return a value
tests\test_tracker.py:391: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_tracker.py:391: note: Use "-> None" if function does not return a value
tests\test_tracker.py:408: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_tracker.py:408: note: Use "-> None" if function does not return a value
tests\test_tracker.py:420: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_tracker.py:420: note: Use "-> None" if function does not return a value
tests\test_tracker.py:429: error: Function is missing a type annotation  [no-untyped-def]
cmdrdata_anthropic\proxy.py:28: error: Incompatible default for argument "track_methods" (default has type "None", argument has type "
Dict[str, Callable[..., Any]]")  [assignment]
cmdrdata_anthropic\proxy.py:28: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_op
tional=True
cmdrdata_anthropic\proxy.py:28: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
cmdrdata_anthropic\proxy.py:81: error: Incompatible types in assignment (expression has type "TrackedProxy", variable has type "Callab
le[..., Any]")  [assignment]
cmdrdata_anthropic\proxy.py:96: error: Function is missing a return type annotation  [no-untyped-def]
cmdrdata_anthropic\proxy.py:108: error: Function is missing a type annotation  [no-untyped-def]
cmdrdata_anthropic\proxy.py:193: error: "Callable[[VarArg(Any), KwArg(Any)], Any]" has no attribute "__signature__"  [attr-defined]
cmdrdata_anthropic\proxy.py:199: error: Function is missing a type annotation  [no-untyped-def]
cmdrdata_anthropic\proxy.py:204: error: Function is missing a type annotation  [no-untyped-def]
cmdrdata_anthropic\async_client.py:29: error: Function is missing a type annotation for one or more arguments  [no-untyped-def]
cmdrdata_anthropic\async_client.py:88: error: Argument "api_key" to "UsageTracker" has incompatible type "Optional[str]"; expected "st
r"  [arg-type]
cmdrdata_anthropic\async_client.py:99: error: Function is missing a type annotation for one or more arguments  [no-untyped-def]
cmdrdata_anthropic\async_client.py:118: error: Argument "customer_id" to "track_usage_async" of "UsageTracker" has incompatible type "
Optional[str]"; expected "str"  [arg-type]
cmdrdata_anthropic\async_client.py:168: error: Function is missing a return type annotation  [no-untyped-def]
cmdrdata_anthropic\async_client.py:186: error: Function is missing a return type annotation  [no-untyped-def]
cmdrdata_anthropic\async_client.py:191: error: Function is missing a type annotation  [no-untyped-def]
cmdrdata_anthropic\async_client.py:195: error: Function is missing a type annotation  [no-untyped-def]
cmdrdata_anthropic\async_client.py:204: error: Function is missing a type annotation  [no-untyped-def]
cmdrdata_anthropic\async_client.py:208: error: Function is missing a return type annotation  [no-untyped-def]
cmdrdata_anthropic\async_client.py:208: error: Function is missing a type annotation for one or more arguments  [no-untyped-def]
cmdrdata_anthropic\async_client.py:209: error: Incompatible default for argument "customer_id" (default has type "ellipsis", argument
has type "Optional[str]")  [assignment]
tests\test_proxy.py:18: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_proxy.py:18: note: Use "-> None" if function does not return a value
tests\test_proxy.py:28: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_proxy.py:28: note: Use "-> None" if function does not return a value
tests\test_proxy.py:40: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_proxy.py:40: note: Use "-> None" if function does not return a value
tests\test_proxy.py:48: error: Argument 3 to "TrackedProxy" has incompatible type "Dict[str, Mock]"; expected "Dict[str, Callable[...,
 Any]]"  [arg-type]
tests\test_proxy.py:48: note: "Dict" is invariant -- see https://mypy.readthedocs.io/en/stable/common_issues.html#variance
tests\test_proxy.py:48: note: Consider using "Mapping" instead, which is covariant in the value type
tests\test_proxy.py:59: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_proxy.py:59: note: Use "-> None" if function does not return a value
tests\test_proxy.py:69: error: Argument 3 to "TrackedProxy" has incompatible type "Dict[str, Mock]"; expected "Dict[str, Callable[...,
 Any]]"  [arg-type]
tests\test_proxy.py:69: note: "Dict" is invariant -- see https://mypy.readthedocs.io/en/stable/common_issues.html#variance
tests\test_proxy.py:69: note: Consider using "Mapping" instead, which is covariant in the value type
tests\test_proxy.py:85: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_proxy.py:85: note: Use "-> None" if function does not return a value
tests\test_proxy.py:93: error: Argument 3 to "TrackedProxy" has incompatible type "Dict[str, Mock]"; expected "Dict[str, Callable[...,
 Any]]"  [arg-type]
tests\test_proxy.py:93: note: "Dict" is invariant -- see https://mypy.readthedocs.io/en/stable/common_issues.html#variance
tests\test_proxy.py:93: note: Consider using "Mapping" instead, which is covariant in the value type
tests\test_proxy.py:105: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_proxy.py:105: note: Use "-> None" if function does not return a value
tests\test_proxy.py:113: error: Argument 3 to "TrackedProxy" has incompatible type "Dict[str, Mock]"; expected "Dict[str, Callable[...
, Any]]"  [arg-type]
tests\test_proxy.py:113: note: "Dict" is invariant -- see https://mypy.readthedocs.io/en/stable/common_issues.html#variance
tests\test_proxy.py:113: note: Consider using "Mapping" instead, which is covariant in the value type
tests\test_proxy.py:123: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_proxy.py:123: note: Use "-> None" if function does not return a value
tests\test_proxy.py:131: error: Argument 3 to "TrackedProxy" has incompatible type "Dict[str, Mock]"; expected "Dict[str, Callable[...
, Any]]"  [arg-type]
tests\test_proxy.py:131: note: "Dict" is invariant -- see https://mypy.readthedocs.io/en/stable/common_issues.html#variance
tests\test_proxy.py:131: note: Consider using "Mapping" instead, which is covariant in the value type
tests\test_proxy.py:140: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_proxy.py:140: note: Use "-> None" if function does not return a value
tests\test_proxy.py:145: error: "Exception" has no attribute "status_code"  [attr-defined]
tests\test_proxy.py:152: error: Argument 3 to "TrackedProxy" has incompatible type "Dict[str, Mock]"; expected "Dict[str, Callable[...
, Any]]"  [arg-type]
tests\test_proxy.py:152: note: "Dict" is invariant -- see https://mypy.readthedocs.io/en/stable/common_issues.html#variance
tests\test_proxy.py:152: note: Consider using "Mapping" instead, which is covariant in the value type
tests\test_proxy.py:170: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_proxy.py:170: note: Use "-> None" if function does not return a value
tests\test_proxy.py:181: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_proxy.py:181: note: Use "-> None" if function does not return a value
tests\test_proxy.py:192: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_proxy.py:192: note: Use "-> None" if function does not return a value
tests\test_proxy.py:204: error: Function is missing a type annotation  [no-untyped-def]
tests\test_proxy.py:233: error: Function is missing a type annotation  [no-untyped-def]
tests\test_proxy.py:265: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_proxy.py:265: note: Use "-> None" if function does not return a value
tests\test_proxy.py:283: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_proxy.py:283: note: Use "-> None" if function does not return a value
tests\test_proxy.py:303: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_proxy.py:303: note: Use "-> None" if function does not return a value
tests\test_proxy.py:342: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_proxy.py:342: note: Use "-> None" if function does not return a value
tests\test_proxy.py:349: error: Function is missing a return type annotation  [no-untyped-def]
cmdrdata_anthropic\client.py:28: error: Function is missing a type annotation for one or more arguments  [no-untyped-def]
cmdrdata_anthropic\client.py:87: error: Argument "api_key" to "UsageTracker" has incompatible type "Optional[str]"; expected "str"  [a
rg-type]
cmdrdata_anthropic\client.py:96: error: Need type annotation for "_tracked_attributes" (hint: "_tracked_attributes: Dict[<type>, <type
>] = ...")  [var-annotated]
cmdrdata_anthropic\client.py:160: error: Function is missing a return type annotation  [no-untyped-def]
cmdrdata_anthropic\client.py:178: error: Function is missing a type annotation  [no-untyped-def]
tests\test_client.py:15: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_client.py:15: note: Use "-> None" if function does not return a value
tests\test_client.py:28: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_client.py:28: note: Use "-> None" if function does not return a value
tests\test_client.py:39: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_client.py:39: note: Use "-> None" if function does not return a value
tests\test_client.py:53: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_client.py:53: note: Use "-> None" if function does not return a value
tests\test_client.py:59: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_client.py:59: note: Use "-> None" if function does not return a value
tests\test_client.py:65: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_client.py:65: note: Use "-> None" if function does not return a value
tests\test_client.py:75: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_client.py:75: note: Use "-> None" if function does not return a value
tests\test_client.py:83: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_client.py:83: note: Use "-> None" if function does not return a value
tests\test_client.py:100: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_client.py:100: note: Use "-> None" if function does not return a value
tests\test_client.py:111: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_client.py:111: note: Use "-> None" if function does not return a value
tests\test_client.py:128: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_client.py:128: note: Use "-> None" if function does not return a value
tests\test_client.py:140: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_client.py:140: note: Use "-> None" if function does not return a value
tests\test_client.py:150: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_client.py:150: note: Use "-> None" if function does not return a value
tests\test_client.py:165: error: Function is missing a type annotation  [no-untyped-def]
tests\test_client.py:206: error: Function is missing a type annotation  [no-untyped-def]
tests\test_client.py:228: error: Function is missing a type annotation  [no-untyped-def]
tests\test_client.py:254: error: Function is missing a type annotation  [no-untyped-def]
tests\test_client.py:278: error: Function is missing a type annotation  [no-untyped-def]
tests\test_client.py:307: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_basic_functionality.py:15: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_basic_functionality.py:15: note: Use "-> None" if function does not return a value
tests\test_basic_functionality.py:19: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_basic_functionality.py:19: note: Use "-> None" if function does not return a value
tests\test_basic_functionality.py:23: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_basic_functionality.py:23: note: Use "-> None" if function does not return a value
tests\test_basic_functionality.py:31: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_basic_functionality.py:31: note: Use "-> None" if function does not return a value
tests\test_basic_functionality.py:39: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_basic_functionality.py:39: note: Use "-> None" if function does not return a value
tests\test_basic_functionality.py:51: error: Function is missing a type annotation  [no-untyped-def]
tests\test_basic_functionality.py:77: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_basic_functionality.py:77: note: Use "-> None" if function does not return a value
tests\test_basic_functionality.py:85: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_basic_functionality.py:85: note: Use "-> None" if function does not return a value
tests\test_basic_functionality.py:97: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_basic_functionality.py:97: note: Use "-> None" if function does not return a value
tests\test_basic_functionality.py:114: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_basic_functionality.py:114: note: Use "-> None" if function does not return a value
tests\test_basic_functionality.py:131: error: Function is missing a type annotation  [no-untyped-def]
tests\test_basic_functionality.py:150: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_async_client.py:15: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_async_client.py:15: note: Use "-> None" if function does not return a value
tests\test_async_client.py:28: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_async_client.py:28: note: Use "-> None" if function does not return a value
tests\test_async_client.py:39: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_async_client.py:39: note: Use "-> None" if function does not return a value
tests\test_async_client.py:45: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_async_client.py:45: note: Use "-> None" if function does not return a value
tests\test_async_client.py:51: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_async_client.py:51: note: Use "-> None" if function does not return a value
tests\test_async_client.py:62: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_async_client.py:62: note: Use "-> None" if function does not return a value
tests\test_async_client.py:76: error: Function is missing a return type annotation  [no-untyped-def]
tests\test_async_client.py:76: note: Use "-> None" if function does not return a value
tests\test_async_client.py:92: error: Function is missing a type annotation  [no-untyped-def]
tests\test_async_client.py:130: error: Function is missing a type annotation  [no-untyped-def]
tests\test_async_client.py:155: error: Function is missing a type annotation  [no-untyped-def]
tests\test_async_client.py:186: error: Function is missing a type annotation  [no-untyped-def]
tests\test_async_client.py:215: error: Function is missing a type annotation  [no-untyped-def]
tests\test_async_client.py:247: error: Function is missing a return type annotation  [no-untyped-def]
