common/CI: Add monitoring checks #7802
Draft
Annotations
10 errors
|
mypy lint:
common/CI/package_checks.py#L605
Missing type parameters for generic type "dict" [type-arg]
|
|
mypy lint:
common/CI/package_checks.py#L581
Need type annotation for "results" (hint: "results: list[<type>] = ...") [var-annotated]
|
|
mypy lint:
common/CI/package_checks.py#L530
Exception type must be derived from BaseException (or be a tuple of exception classes) [misc]
|
|
mypy lint:
common/CI/package_checks.py#L116
Missing return statement [return]
|
|
mypy lint:
common/CI/package_checks.py#L110
Missing type parameters for generic type "dict" [type-arg]
|
|
mypy lint:
common/CI/package_checks.py#L110
Missing return statement [return]
|
|
mypy lint:
common/CI/package_checks.py#L106
Missing type parameters for generic type "dict" [type-arg]
|
|
mypy lint:
common/CI/package_checks.py#L100
Missing return statement [return]
|
|
mypy lint:
common/CI/package_checks.py#L94
Missing return statement [return]
|
|
mypy lint:
common/CI/package_checks.py#L90
Missing type parameters for generic type "dict" [type-arg]
|
Loading