DM-51732: Raise InvalidPsfError at no input locations #586
formatting.yaml
on: pull_request
call-workflow
/
check-tooling
5s
call-workflow
/
format_with_ruff
0s
call-workflow
/
format_with_black
14s
call-workflow
/
lint_with_ruff
10s
call-workflow
/
lint_with_flake8
0s
call-workflow
/
isort
0s
Annotations
7 errors
|
call-workflow / lint_with_ruff
Process completed with exit code 1.
|
|
Ruff (D204):
python/lsst/cell_coadds/_single_cell_coadd.py#L46
python/lsst/cell_coadds/_single_cell_coadd.py:46:5: D204 1 blank line required after class docstring
|
|
Ruff (I001):
python/lsst/cell_coadds/_single_cell_coadd.py#L26
python/lsst/cell_coadds/_single_cell_coadd.py:26:1: I001 Import block is un-sorted or un-formatted
|
|
Ruff (E501):
python/lsst/cell_coadds/_fits.py#L577
python/lsst/cell_coadds/_fits.py:577:111: E501 Line too long (181 > 110)
|
|
Ruff (F401):
python/lsst/cell_coadds/_fits.py#L88
python/lsst/cell_coadds/_fits.py:88:29: F401 `collections.abc.Iterable` imported but unused
|
|
Ruff (I001):
python/lsst/cell_coadds/_fits.py#L86
python/lsst/cell_coadds/_fits.py:86:1: I001 Import block is un-sorted or un-formatted
|
|
call-workflow / format_with_black
Process completed with exit code 1.
|