Issue #13: create process to upload metadata for trusted users #58
Annotations
10 errors and 1 warning
Lint with ruff:
datastore/__init__.py#L45
datastore/__init__.py:45:5: E722 Do not use bare `except`
|
Lint with ruff:
datastore/bin/deployment_mass_import.py#L1
datastore/bin/deployment_mass_import.py:1:22: F401 `datetime.date` imported but unused
|
Lint with ruff:
datastore/bin/deployment_mass_import.py#L3
datastore/bin/deployment_mass_import.py:3:8: F401 `json` imported but unused
|
Lint with ruff:
datastore/bin/deployment_mass_import.py#L8
datastore/bin/deployment_mass_import.py:8:24: F401 `datastore.db` imported but unused
|
Lint with ruff:
datastore/bin/download_container.py#L33
datastore/bin/download_container.py:33:15: F402 Import `blob` from line 15 shadowed by loop variable
|
Lint with ruff:
datastore/bin/download_container.py#L45
datastore/bin/download_container.py:45:17: F841 Local variable `nb_downloaded_files` is assigned to but never used
|
Lint with ruff:
datastore/bin/download_container.py#L46
datastore/bin/download_container.py:46:5: E722 Do not use bare `except`
|
Lint with ruff:
datastore/bin/upload_picture_set.py#L58
datastore/bin/upload_picture_set.py:58:5: E722 Do not use bare `except`
|
Lint with ruff:
datastore/blob/azure_storage_api.py#L2
datastore/blob/azure_storage_api.py:2:8: F401 `uuid` imported but unused
|
Lint with ruff:
datastore/blob/azure_storage_api.py#L92
datastore/blob/azure_storage_api.py:92:28: F841 Local variable `error` is assigned to but never used
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading