Build(deps): bump scipy from 1.9.3 to 1.10.0 #12
continuous_integration.yml
on: pull_request
Check for Python file changes
10s
Format
2m 0s
Annotations
2 errors
Type check Python:
src/emma_perception/commands/extract_visual_features.py#L21
[mypy] reported by reviewdog 🐶
Incompatible types in assignment (expression has type "Union[_ArgumentGroup, ArgumentParser]", variable has type "ArgumentParser") [assignment]
Raw Output:
/home/runner/work/perception/perception/src/emma_perception/commands/extract_visual_features.py:21:14: error: Incompatible types in assignment (expression has type "Union[_ArgumentGroup, ArgumentParser]", variable has type "ArgumentParser") [assignment]
|
Type check Python
Process completed with exit code 1.
|