Added support for pathlib #8924
Annotations
5 errors
Ruff (I001):
torchgeo/datasets/geo.py#L6
torchgeo/datasets/geo.py:6:1: I001 Import block is un-sorted or un-formatted
|
Ruff (UP038):
torchgeo/datasets/geo.py#L302
torchgeo/datasets/geo.py:302:12: UP038 Use `X | Y` in `isinstance` call instead of `(X, Y)`
|
Ruff (UP007):
torchgeo/datasets/utils.py#L37
torchgeo/datasets/utils.py:37:19: UP007 Use `X | Y` for type annotations
|
ruff
Process completed with exit code 1.
|
mypy
Process completed with exit code 1.
|