chore(deps-dev): bump pillow from 10.1.0 to 10.3.0 #29
Annotations
6 errors and 5 warnings
Run mypy with reviewdog:
src/emma_perception/datamodules/visual_extraction_dataset.py#L79
[mypy] reported by reviewdog 🐶
Module "PIL.Image" is not valid as a type [valid-type]
Raw Output:
/home/runner/work/perception/perception/src/emma_perception/datamodules/visual_extraction_dataset.py:79:43: error: Module "PIL.Image" is not valid as a type [valid-type]
|
Run mypy with reviewdog:
src/emma_perception/datamodules/visual_extraction_dataset.py#L82
[mypy] reported by reviewdog 🐶
Module "PIL.Image" is not valid as a type [valid-type]
Raw Output:
/home/runner/work/perception/perception/src/emma_perception/datamodules/visual_extraction_dataset.py:82:43: error: Module "PIL.Image" is not valid as a type [valid-type]
|
Run mypy with reviewdog:
src/emma_perception/datamodules/visual_extraction_dataset.py#L168
[mypy] reported by reviewdog 🐶
Module "PIL.Image" is not valid as a type [valid-type]
Raw Output:
/home/runner/work/perception/perception/src/emma_perception/datamodules/visual_extraction_dataset.py:168:43: error: Module "PIL.Image" is not valid as a type [valid-type]
|
Run mypy with reviewdog:
src/emma_perception/datamodules/visual_extraction_dataset.py#L171
[mypy] reported by reviewdog 🐶
Module "PIL.Image" is not valid as a type [valid-type]
Raw Output:
/home/runner/work/perception/perception/src/emma_perception/datamodules/visual_extraction_dataset.py:171:43: error: Module "PIL.Image" is not valid as a type [valid-type]
|
Run mypy with reviewdog:
src/emma_perception/api/api_dataset.py#L35
[mypy] reported by reviewdog 🐶
Incompatible types in assignment (expression has type "Tensor", variable has type "Image") [assignment]
Raw Output:
/home/runner/work/perception/perception/src/emma_perception/api/api_dataset.py:35:19: error: Incompatible types in assignment (expression has type "Tensor", variable has type "Image") [assignment]
|
Run mypy with reviewdog
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run mypy with reviewdog:
src/emma_perception/datamodules/visual_extraction_dataset.py#L79
[mypy] reported by reviewdog 🐶
Perhaps you meant to use a protocol matching the module structure?
Raw Output:
/home/runner/work/perception/perception/src/emma_perception/datamodules/visual_extraction_dataset.py:79:43: note: Perhaps you meant to use a protocol matching the module structure?
|
Run mypy with reviewdog:
src/emma_perception/datamodules/visual_extraction_dataset.py#L82
[mypy] reported by reviewdog 🐶
Perhaps you meant to use a protocol matching the module structure?
Raw Output:
/home/runner/work/perception/perception/src/emma_perception/datamodules/visual_extraction_dataset.py:82:43: note: Perhaps you meant to use a protocol matching the module structure?
|
Run mypy with reviewdog:
src/emma_perception/datamodules/visual_extraction_dataset.py#L168
[mypy] reported by reviewdog 🐶
Perhaps you meant to use a protocol matching the module structure?
Raw Output:
/home/runner/work/perception/perception/src/emma_perception/datamodules/visual_extraction_dataset.py:168:43: note: Perhaps you meant to use a protocol matching the module structure?
|
Run mypy with reviewdog:
src/emma_perception/datamodules/visual_extraction_dataset.py#L171
[mypy] reported by reviewdog 🐶
Perhaps you meant to use a protocol matching the module structure?
Raw Output:
/home/runner/work/perception/perception/src/emma_perception/datamodules/visual_extraction_dataset.py:171:43: note: Perhaps you meant to use a protocol matching the module structure?
|
Loading