Update CHANGELOG.md #844
Annotations
10 errors
Ruff linting check:
src/hyp3_isce2/__init__.py#L1
src/hyp3_isce2/__init__.py:1:1: D415 First line should end with a period, question mark, or exclamation point
|
Ruff linting check:
src/hyp3_isce2/__main__.py#L1
src/hyp3_isce2/__main__.py:1:1: D200 One-line docstring should fit on one line
|
Ruff linting check:
src/hyp3_isce2/__main__.py#L1
src/hyp3_isce2/__main__.py:1:1: D415 First line should end with a period, question mark, or exclamation point
|
Ruff linting check:
src/hyp3_isce2/__main__.py#L13
src/hyp3_isce2/__main__.py:13:5: ANN201 Missing return type annotation for public function `main`
|
Ruff linting check:
src/hyp3_isce2/__main__.py#L14
src/hyp3_isce2/__main__.py:14:5: D415 First line should end with a period, question mark, or exclamation point
|
Ruff linting check:
src/hyp3_isce2/burst.py#L1
src/hyp3_isce2/burst.py:1:1: D100 Missing docstring in public module
|
Ruff linting check:
src/hyp3_isce2/burst.py#L38
src/hyp3_isce2/burst.py:38:9: ANN204 Missing return type annotation for special method `__init__`
|
Ruff linting check:
src/hyp3_isce2/burst.py#L38
src/hyp3_isce2/burst.py:38:9: D107 Missing docstring in `__init__`
|
Ruff linting check:
src/hyp3_isce2/burst.py#L38
src/hyp3_isce2/burst.py:38:18: ANN101 Missing type annotation for `self` in method
|
Ruff linting check:
src/hyp3_isce2/burst.py#L150
src/hyp3_isce2/burst.py:150:10: PTH123 `open()` should be replaced by `Path.open()`
|
The logs for this run have expired and are no longer available.
Loading