|
| 1 | +posthog/utils.py:0: error: Library stubs not installed for "six" [import-untyped] |
| 2 | +posthog/utils.py:0: error: Library stubs not installed for "dateutil.tz" [import-untyped] |
| 3 | +posthog/utils.py:0: error: Statement is unreachable [unreachable] |
| 4 | +posthog/utils.py:0: error: Argument 1 to "join" of "str" has incompatible type "AttributeError"; expected "Iterable[str]" [arg-type] |
| 5 | +posthog/request.py:0: error: Library stubs not installed for "requests" [import-untyped] |
| 6 | +posthog/request.py:0: note: Hint: "python3 -m pip install types-requests" |
| 7 | +posthog/request.py:0: error: Library stubs not installed for "dateutil.tz" [import-untyped] |
| 8 | +posthog/request.py:0: error: Incompatible types in assignment (expression has type "bytes", variable has type "str") [assignment] |
| 9 | +posthog/consumer.py:0: error: Name "Empty" already defined (possibly by an import) [no-redef] |
| 10 | +posthog/consumer.py:0: error: Need type annotation for "items" (hint: "items: list[<type>] = ...") [var-annotated] |
| 11 | +posthog/consumer.py:0: error: Unsupported operand types for <= ("int" and "str") [operator] |
| 12 | +posthog/consumer.py:0: note: Right operand is of type "int | str" |
| 13 | +posthog/consumer.py:0: error: Unsupported operand types for < ("str" and "int") [operator] |
| 14 | +posthog/consumer.py:0: note: Left operand is of type "int | str" |
| 15 | +posthog/feature_flags.py:0: error: Library stubs not installed for "dateutil" [import-untyped] |
| 16 | +posthog/feature_flags.py:0: error: Library stubs not installed for "dateutil.relativedelta" [import-untyped] |
| 17 | +posthog/feature_flags.py:0: error: Unused "type: ignore" comment [unused-ignore] |
| 18 | +posthog/client.py:0: error: Library stubs not installed for "dateutil.tz" [import-untyped] |
| 19 | +posthog/client.py:0: note: Hint: "python3 -m pip install types-python-dateutil" |
| 20 | +posthog/client.py:0: note: (or run "mypy --install-types" to install all missing stub packages) |
| 21 | +posthog/client.py:0: note: See https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports |
| 22 | +posthog/client.py:0: error: Library stubs not installed for "six" [import-untyped] |
| 23 | +posthog/client.py:0: note: Hint: "python3 -m pip install types-six" |
| 24 | +posthog/client.py:0: error: Name "queue" already defined (by an import) [no-redef] |
| 25 | +posthog/client.py:0: error: Need type annotation for "queue" [var-annotated] |
| 26 | +posthog/client.py:0: error: Item "None" of "Any | None" has no attribute "get" [union-attr] |
| 27 | +simulator.py:0: error: Unexpected keyword argument "anonymous_id" for "capture" [call-arg] |
| 28 | +posthog/__init__.py:0: note: "capture" defined here |
| 29 | +simulator.py:0: error: Unexpected keyword argument "anonymous_id" for "identify" [call-arg] |
| 30 | +posthog/__init__.py:0: note: "identify" defined here |
| 31 | +simulator.py:0: error: Unexpected keyword argument "traits" for "identify" [call-arg] |
| 32 | +posthog/__init__.py:0: note: "identify" defined here |
| 33 | +example.py:0: error: Statement is unreachable [unreachable] |
| 34 | +posthog/sentry/posthog_integration.py:0: error: Statement is unreachable [unreachable] |
| 35 | +posthog/ai/utils.py:0: error: Need type annotation for "output" (hint: "output: list[<type>] = ...") [var-annotated] |
| 36 | +posthog/ai/utils.py:0: error: Function "builtins.any" is not valid as a type [valid-type] |
| 37 | +posthog/ai/utils.py:0: note: Perhaps you meant "typing.Any" instead of "any"? |
| 38 | +posthog/ai/utils.py:0: error: Incompatible types in assignment (expression has type "UUID", variable has type "str | None") [assignment] |
| 39 | +posthog/ai/utils.py:0: error: Function "builtins.any" is not valid as a type [valid-type] |
| 40 | +posthog/ai/utils.py:0: note: Perhaps you meant "typing.Any" instead of "any"? |
| 41 | +posthog/ai/utils.py:0: error: Incompatible types in assignment (expression has type "UUID", variable has type "str | None") [assignment] |
| 42 | +sentry_django_example/sentry_django_example/settings.py:0: error: Need type annotation for "ALLOWED_HOSTS" (hint: "ALLOWED_HOSTS: list[<type>] = ...") [var-annotated] |
| 43 | +sentry_django_example/sentry_django_example/settings.py:0: error: Incompatible types in assignment (expression has type "str", variable has type "None") [assignment] |
| 44 | +posthog/ai/openai/openai_async.py:0: error: Incompatible types in assignment (expression has type "UUID", variable has type "str | None") [assignment] |
| 45 | +posthog/ai/openai/openai_async.py:0: error: Incompatible types in assignment (expression has type "UUID", variable has type "str | None") [assignment] |
| 46 | +posthog/ai/openai/openai_async.py:0: error: Unpacked dict entry 11 has incompatible type "dict[str, Any] | None"; expected "SupportsKeysAndGetItem[str, Any]" [dict-item] |
| 47 | +posthog/ai/openai/openai_async.py:0: error: Incompatible types in assignment (expression has type "UUID", variable has type "str | None") [assignment] |
| 48 | +posthog/ai/openai/openai_async.py:0: error: Unpacked dict entry 8 has incompatible type "dict[str, Any] | None"; expected "SupportsKeysAndGetItem[str, Any]" [dict-item] |
| 49 | +posthog/ai/openai/openai.py:0: error: Incompatible types in assignment (expression has type "UUID", variable has type "str | None") [assignment] |
| 50 | +posthog/ai/openai/openai.py:0: error: Incompatible types in assignment (expression has type "UUID", variable has type "str | None") [assignment] |
| 51 | +posthog/ai/openai/openai.py:0: error: Unpacked dict entry 11 has incompatible type "dict[str, Any] | None"; expected "SupportsKeysAndGetItem[str, Any]" [dict-item] |
| 52 | +posthog/ai/openai/openai.py:0: error: Incompatible types in assignment (expression has type "UUID", variable has type "str | None") [assignment] |
| 53 | +posthog/ai/openai/openai.py:0: error: Unpacked dict entry 8 has incompatible type "dict[str, Any] | None"; expected "SupportsKeysAndGetItem[str, Any]" [dict-item] |
| 54 | +posthog/ai/anthropic/anthropic_async.py:0: error: Incompatible types in assignment (expression has type "UUID", variable has type "str | None") [assignment] |
| 55 | +posthog/ai/anthropic/anthropic_async.py:0: error: Incompatible types in assignment (expression has type "UUID", variable has type "str | None") [assignment] |
| 56 | +posthog/ai/anthropic/anthropic_async.py:0: error: Incompatible types in assignment (expression has type "UUID", variable has type "str | None") [assignment] |
| 57 | +posthog/ai/anthropic/anthropic.py:0: error: Incompatible types in assignment (expression has type "UUID", variable has type "str | None") [assignment] |
| 58 | +posthog/ai/anthropic/anthropic.py:0: error: Incompatible types in assignment (expression has type "UUID", variable has type "str | None") [assignment] |
| 59 | +posthog/ai/anthropic/anthropic.py:0: error: Incompatible types in assignment (expression has type "UUID", variable has type "str | None") [assignment] |
| 60 | +llm_observability_examples.py:0: error: Argument "posthog_client" to "OpenAI" has incompatible type Module; expected "Client" [arg-type] |
| 61 | +llm_observability_examples.py:0: error: Argument "posthog_client" to "AsyncOpenAI" has incompatible type Module; expected "Client" [arg-type] |
0 commit comments