removed caching and bumped version to 0.4.0 #50
Annotations
11 errors and 1 warning
Run pyright (Windows)
Exit code 1
|
Run pyright (Linux):
easy_pil/canvas.py#L44
Argument of type "Color" cannot be assigned to parameter "color" of type "int" in function "new"
Type "Color" is not assignable to type "int"
"str" is not assignable to "int" (reportArgumentType)
|
Run pyright (Linux):
easy_pil/editor.py#L71
"LANCZOS" is not a known attribute of module "PIL.Image" (reportAttributeAccessIssue)
|
Run pyright (Linux):
easy_pil/editor.py#L90
"LANCZOS" is not a known attribute of module "PIL.Image" (reportAttributeAccessIssue)
|
Run pyright (Linux):
easy_pil/editor.py#L106
Argument of type "tuple[Literal[255], Literal[255], Literal[255], Literal[0]]" cannot be assigned to parameter "color" of type "int" in function "new"
"tuple[Literal[255], Literal[255], Literal[255], Literal[0]]" is not assignable to "int" (reportArgumentType)
|
Run pyright (Linux):
easy_pil/editor.py#L109
Argument of type "tuple[Literal[255], Literal[255], Literal[255], Literal[0]]" cannot be assigned to parameter "color" of type "int" in function "new"
"tuple[Literal[255], Literal[255], Literal[255], Literal[0]]" is not assignable to "int" (reportArgumentType)
|
Run pyright (Linux):
easy_pil/editor.py#L112
Argument of type "tuple[Literal[255], Literal[255], Literal[255], Literal[0]]" cannot be assigned to parameter "color" of type "int" in function "new"
"tuple[Literal[255], Literal[255], Literal[255], Literal[0]]" is not assignable to "int" (reportArgumentType)
|
Run pyright (Linux):
easy_pil/editor.py#L133
Argument of type "tuple[Literal[255], Literal[255], Literal[255], Literal[0]]" cannot be assigned to parameter "color" of type "int" in function "new"
"tuple[Literal[255], Literal[255], Literal[255], Literal[0]]" is not assignable to "int" (reportArgumentType)
|
Run pyright (Linux):
easy_pil/editor.py#L136
Argument of type "tuple[Literal[255], Literal[255], Literal[255], Literal[0]]" cannot be assigned to parameter "color" of type "int" in function "new"
"tuple[Literal[255], Literal[255], Literal[255], Literal[0]]" is not assignable to "int" (reportArgumentType)
|
Run pyright (Linux):
easy_pil/editor.py#L139
Argument of type "tuple[Literal[255], Literal[255], Literal[255], Literal[0]]" cannot be assigned to parameter "color" of type "int" in function "new"
"tuple[Literal[255], Literal[255], Literal[255], Literal[0]]" is not assignable to "int" (reportArgumentType)
|
Run pyright (Linux):
easy_pil/editor.py#L182
Argument of type "float" cannot be assigned to parameter "radius" of type "int" in function "__init__"
"float" is not assignable to "int" (reportArgumentType)
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v3, jakebailey/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading