fixed typing issues and bumped version to 0.3.7 #46
Annotations
4 errors and 1 warning
Run pyright (Windows)
Exit code 1
|
Run pyright (Linux):
easy_pil/editor.py#L71
Argument of type "Tuple[float, float]" cannot be assigned to parameter "size" of type "tuple[int, int]" in function "resize"
"Tuple[float, float]" is not assignable to "tuple[int, int]"
Tuple entry 1 is incorrect type
"float" is not assignable to "int" (reportArgumentType)
|
Run pyright (Linux):
easy_pil/editor.py#L90
Argument of type "tuple[float, float]" cannot be assigned to parameter "size" of type "tuple[int, int]" in function "resize"
"float" is not assignable to "int"
"float" is not assignable to "int" (reportArgumentType)
|
Run pyright (Linux)
2 errors
|
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