Skip to content

typing: Remove generic @overload on handlers #583

typing: Remove generic @overload on handlers

typing: Remove generic @overload on handlers #583

Triggered via push December 15, 2025 20:23
Status Failure
Total duration 1m 16s
Artifacts

linting.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors
mypy
Process completed with exit code 1.
mypy: frida/core.py#L1584
Argument 2 to "watch" of "Compiler" has incompatible type "**dict[str, Sequence[str] | None]"; expected "str | None" [arg-type]
mypy: frida/core.py#L1558
Argument 2 to "build" of "Compiler" has incompatible type "**dict[str, Sequence[str] | None]"; expected "str | None" [arg-type]