Allow dependabot to update GitHub actions #76
Annotations
10 errors
Ruff (F821):
API/GEFS_Local_Ingest.py#L81
API/GEFS_Local_Ingest.py:81:8: F821 Undefined name `s3`
|
Ruff (F821):
API/GEFS_Local_Ingest.py#L82
API/GEFS_Local_Ingest.py:82:14: F821 Undefined name `s3`
|
Ruff (E402):
API/GFS_Dask_Ingest.py#L37
API/GFS_Dask_Ingest.py:37:1: E402 Module level import not at top of file
|
Ruff (E402):
API/GFS_Local_Ingest.py#L40
API/GFS_Local_Ingest.py:40:1: E402 Module level import not at top of file
|
Ruff (F821):
API/GFS_Local_Ingest.py#L83
API/GFS_Local_Ingest.py:83:8: F821 Undefined name `s3`
|
Ruff (F821):
API/GFS_Local_Ingest.py#L84
API/GFS_Local_Ingest.py:84:14: F821 Undefined name `s3`
|
Ruff (E712):
API/NBM_Fire_Local_Ingest.py#L119
API/NBM_Fire_Local_Ingest.py:119:7: E712 Avoid equality comparisons to `False`; use `if not base_time:` for false checks
|
Ruff (E722):
API/NBM_Fire_Local_Ingest.py#L214
API/NBM_Fire_Local_Ingest.py:214:1: E722 Do not use bare `except`
|
Ruff (E722):
API/NBM_Fire_Local_Ingest.py#L223
API/NBM_Fire_Local_Ingest.py:223:5: E722 Do not use bare `except`
|
Ruff (E722):
API/NBM_Fire_Local_Ingest.py#L232
API/NBM_Fire_Local_Ingest.py:232:9: E722 Do not use bare `except`
|