Refactor async image capture #678
Annotations
4 errors and 1 warning
Analysing the code with Pyright:
src/AutoSplit.py#L903
No overloads for "__init__" match the provided arguments (reportCallIssue)
|
Analysing the code with Pyright:
src/AutoSplit.py#L904
Argument of type "memoryview" cannot be assigned to parameter "data" of type "bytes" in function "__init__"
"memoryview" is incompatible with "bytes"
Set disableBytesTypePromotions to false to enable type promotion behavior for "bytearray" and "memoryview" (reportArgumentType)
|
Analysing the code with Pyright:
src/capture_method/__init__.py#L151
Type of "check_feature" is partially unknown
Type of "check_feature" is "(feature: Unknown) -> Unknown" (reportUnknownMemberType)
|
Analysing the code with Pyright
3 errors
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4, jakebailey/pyright-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading