DM-50987: Add sattle to pipeline #982
lint.yaml
on: pull_request
call-workflow
/
lint
7s
Annotations
10 errors
|
E302:
tests/test_detectAndMeasure.py#L1305
expected 2 blank lines, found 1
|
|
E303:
tests/test_detectAndMeasure.py#L808
too many blank lines (2)
|
|
E127:
tests/test_detectAndMeasure.py#L783
continuation line over-indented for visual indent
|
|
E501:
tests/test_detectAndMeasure.py#L778
line too long (111 > 110 characters)
|
|
E127:
tests/test_detectAndMeasure.py#L773
continuation line over-indented for visual indent
|
|
E127:
tests/test_detectAndMeasure.py#L766
continuation line over-indented for visual indent
|
|
W291:
tests/test_detectAndMeasure.py#L765
trailing whitespace
|
|
W291:
tests/test_detectAndMeasure.py#L755
trailing whitespace
|
|
F401:
tests/test_detectAndMeasure.py#L25
'unittest.mock' imported but unused
|
|
E231:
python/lsst/ip/diffim/detectAndMeasure.py#L1012
missing whitespace after ':'
|