Reverse sort file list and handle FileNotFound exceptions #223
Annotations
10 errors
Lint with Ruff:
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
|
Lint with Ruff:
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
|
Lint with Ruff:
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
|
Lint with Ruff:
src/vxingest/main.py#L4
src/vxingest/main.py:4:1: I001 Import block is un-sorted or un-formatted
|
Lint with Ruff:
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
|
Lint with Ruff:
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
|
Lint with Ruff:
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
|
Lint with Ruff:
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
|
Lint with Ruff:
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()`
|
Lint with Ruff:
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()`
|
Loading