Reverse sort file list and handle FileNotFound exceptions #223
ci.yml
on: pull_request
scan-import
0s
scan-ingest
0s
Annotations
10 errors
Ruff (I001):
src/vxingest/ctc_to_cb/ctc_builder.py#L9
src/vxingest/ctc_to_cb/ctc_builder.py:9:1: I001 Import block is un-sorted or un-formatted
|
Ruff (I001):
src/vxingest/grib2_to_cb/grib_builder.py#L9
src/vxingest/grib2_to_cb/grib_builder.py:9:1: I001 Import block is un-sorted or un-formatted
|
Ruff (I001):
src/vxingest/grib2_to_cb/grib_builder_parent.py#L9
src/vxingest/grib2_to_cb/grib_builder_parent.py:9:1: I001 Import block is un-sorted or un-formatted
|
Ruff (I001):
src/vxingest/main.py#L4
src/vxingest/main.py:4:1: I001 Import block is un-sorted or un-formatted
|
Ruff (I001):
src/vxingest/netcdf_to_cb/netcdf_builder.py#L9
src/vxingest/netcdf_to_cb/netcdf_builder.py:9:1: I001 Import block is un-sorted or un-formatted
|
Ruff (I001):
src/vxingest/partial_sums_to_cb/partial_sums_builder.py#L9
src/vxingest/partial_sums_to_cb/partial_sums_builder.py:9:1: I001 Import block is un-sorted or un-formatted
|
Ruff (I001):
tests/vxingest/builder_common/test_bc_builder_utilities.py#L1
tests/vxingest/builder_common/test_bc_builder_utilities.py:1:1: I001 Import block is un-sorted or un-formatted
|
Ruff (I001):
tests/vxingest/builder_common/test_unit_queries.py#L1
tests/vxingest/builder_common/test_unit_queries.py:1:1: I001 Import block is un-sorted or un-formatted
|
Ruff (PT023):
tests/vxingest/builder_common/test_unit_queries.py#L48
tests/vxingest/builder_common/test_unit_queries.py:48:1: PT023 Use `@pytest.mark.integration` over `@pytest.mark.integration()`
|
Ruff (PT023):
tests/vxingest/builder_common/test_unit_queries.py#L79
tests/vxingest/builder_common/test_unit_queries.py:79:1: PT023 Use `@pytest.mark.integration` over `@pytest.mark.integration()`
|