Update minimal Python version to 3.11: #757
Annotations
9 errors
Analysing the code with Pyright:
src/menu_bar.py#L505
Type "dict[str, str | int | bool | CaptureMethodEnum | float | set[Any] | Region]" is not assignable to declared type "UserProfileDict"
"set[Any]" is not assignable to "list[CommandStr]" (reportAssignmentType)
|
Analysing the code with Pyright:
src/capture_method/__init__.py#L78
Type "int" is not assignable to declared type "str"
"int" is not assignable to "str" (reportAssignmentType)
|
Analysing the code with Pyright:
src/capture_method/__init__.py#L79
Type "int" is not assignable to declared type "str"
"int" is not assignable to "str" (reportAssignmentType)
|
Analysing the code with Pyright:
src/capture_method/__init__.py#L80
Type "int" is not assignable to declared type "str"
"int" is not assignable to "str" (reportAssignmentType)
|
Analysing the code with Pyright:
src/capture_method/__init__.py#L81
Type "int" is not assignable to declared type "str"
"int" is not assignable to "str" (reportAssignmentType)
|
Analysing the code with Pyright:
src/capture_method/__init__.py#L82
Type "int" is not assignable to declared type "str"
"int" is not assignable to "str" (reportAssignmentType)
|
Analysing the code with Pyright:
src/capture_method/__init__.py#L83
Type "int" is not assignable to declared type "str"
"int" is not assignable to "str" (reportAssignmentType)
|
Analysing the code with Pyright:
src/capture_method/__init__.py#L84
Type "int" is not assignable to declared type "str"
"int" is not assignable to "str" (reportAssignmentType)
|
Analysing the code with Pyright
8 errors
|
Loading