[pre-commit.ci] pre-commit autoupdate #583
Annotations
10 errors
Analysing the code with Pyright:
src/AutoSplit.py#L806
Type of "pause_times" is partially unknown
Type of "pause_times" is "list[float | Unknown]" (reportUnknownVariableType)
|
Analysing the code with Pyright:
src/AutoSplit.py#L308
Type of "start_image_threshold" is partially unknown
Type of "start_image_threshold" is "float | Unknown" (reportUnknownVariableType)
|
Analysing the code with Pyright:
src/AutoSplit.py#L317
Argument type is partially unknown
Argument corresponds to parameter "value" in function "decimal"
Argument type is "float | Unknown" (reportUnknownArgumentType)
|
Analysing the code with Pyright:
src/AutoSplit.py#L325
Type of "similarity_diff" is partially unknown
Type of "similarity_diff" is "float | Unknown" (reportUnknownVariableType)
|
Analysing the code with Pyright:
src/AutoSplit.py#L551
Argument type is partially unknown
Argument corresponds to parameter "stop_time" in function "__pause_loop"
Argument type is "float | Unknown" (reportUnknownArgumentType)
|
Analysing the code with Pyright:
src/AutoSplit.py#L619
Argument type is partially unknown
Argument corresponds to parameter "stop_time" in function "__pause_loop"
Argument type is "float | Unknown" (reportUnknownArgumentType)
|
Analysing the code with Pyright:
src/AutoSplit.py#L804
Type of "threshold" is partially unknown
Type of "threshold" is "float | Unknown" (reportUnknownVariableType)
|
Analysing the code with Pyright:
src/AutoSplit.py#L809
Argument type is partially unknown
Argument corresponds to parameter "__iterable" in function "max"
Argument type is "list[float | Unknown]" (reportUnknownArgumentType)
|
Analysing the code with Pyright:
src/AutoSplit.py#L809
Type of "paused" is partially unknown
Type of "paused" is "bool | Unknown" (reportUnknownVariableType)
|
Analysing the code with Pyright:
src/AutoSplit.py#L814
Type of "should_reset" is partially unknown
Type of "should_reset" is "bool | Unknown" (reportUnknownVariableType)
|
The logs for this run have expired and are no longer available.
Loading