add license headers #8
Annotations
10 errors and 3 warnings
Check Source Code:
progress_api/__init__.py#L12
Import "Progress" is not accessed (reportUnusedImport)
|
Check Source Code:
progress_api/__init__.py#L12
Import "make_progress" is not accessed (reportUnusedImport)
|
Check Source Code:
progress_api/__init__.py#L13
Import "set_backend" is not accessed (reportUnusedImport)
|
Check Source Code:
progress_api/backends/enlighten.py#L34
Module cannot be used as a type (reportGeneralTypeIssues)
|
Check Source Code:
progress_api/backends/enlighten.py#L38
Module cannot be used as a type
|
Check Source Code:
progress_api/backends/enlighten.py#L41
Module is not callable (reportCallIssue)
|
Check Source Code:
progress_api/backends/enlighten.py#L42
Cannot assign member "manager" for type "EnlightenProgressBackend*"
Type "Unknown | None" cannot be assigned to type "Module("enlighten")"
Type "None" cannot be assigned to type "Module("enlighten")" (reportAttributeAccessIssue)
|
Check Source Code:
progress_api/backends/enlighten.py#L51
"counter" is not a known member of module "enlighten" (reportAttributeAccessIssue)
|
Check Source Code:
progress_api/backends/enlighten.py#L75
Module cannot be used as a type (reportGeneralTypeIssues)
|
Check Source Code:
progress_api/backends/enlighten.py#L76
Module cannot be used as a type
|
Check Source Code
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4, jakebailey/pyright-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Check Source Code:
progress_api/backends/tqdm.py#L19
Import "tqdm" could not be resolved from source (reportMissingModuleSource)
|
Check Source Code:
progress_api/backends/tqdm.py#L20
Import "tqdm.auto" could not be resolved from source (reportMissingModuleSource)
|