DM-39622: Add plotting for images #403
lint.yaml
on: pull_request
call-workflow
/
lint
14s
Annotations
8 errors
W293:
python/lsst/summit/utils/plotting.py#L125
blank line contains whitespace
|
E712:
python/lsst/summit/utils/plotting.py#L126
comparison to True should be 'if cond is True:' or 'if cond:'
|
E265:
tests/test_plotting.py#L95
block comment should start with '# '
|
W291:
tests/test_plotting.py#L104
trailing whitespace
|
E302:
tests/test_plotting.py#L110
expected 2 blank lines, found 1
|
E302:
tests/test_plotting.py#L113
expected 2 blank lines, found 1
|
E305:
tests/test_plotting.py#L116
expected 2 blank lines after class or function definition, found 1
|
call-workflow / lint
Process completed with exit code 1.
|