Merge pull request #1 from sede-open/ts_support #3
Annotations
11 errors
Ruff (ANN001):
tests/samplers/test_single.py#L150
tests/samplers/test_single.py:150:31: ANN001 Missing type annotation for function argument `tmpdir_factory`
|
Ruff (D205):
torchgeo/samplers/single.py#L132
torchgeo/samplers/single.py:132:9: D205 1 blank line required between summary line and description
|
Ruff (D210):
torchgeo/samplers/single.py#L132
torchgeo/samplers/single.py:132:9: D210 No whitespaces allowed surrounding docstring text
|
Ruff (D205):
torchgeo/samplers/single.py#L170
torchgeo/samplers/single.py:170:9: D205 1 blank line required between summary line and description
|
Ruff (D415):
torchgeo/samplers/single.py#L182
torchgeo/samplers/single.py:182:9: D415 First line should end with a period, question mark, or exclamation point
|
Ruff (D102):
torchgeo/samplers/single.py#L289
torchgeo/samplers/single.py:289:9: D102 Missing docstring in public method
|
Ruff (ANN001):
torchgeo/samplers/single.py#L289
torchgeo/samplers/single.py:289:25: ANN001 Missing type annotation for function argument `num_samples`
|
Ruff (D102):
torchgeo/samplers/single.py#L394
torchgeo/samplers/single.py:394:9: D102 Missing docstring in public method
|
Ruff (D102):
torchgeo/samplers/single.py#L485
torchgeo/samplers/single.py:485:9: D102 Missing docstring in public method
|
ruff
Process completed with exit code 1.
|
mypy
Process completed with exit code 1.
|