DM-24283: Add updateSchema tool #34
lint.yaml
on: pull_request
call-workflow
/
lint
6s
Annotations
10 errors
W292:
python/lsst/alert/packet/schema/6/0/sample_data/generate.py#L10
no newline at end of file
|
E302:
python/lsst/alert/packet/updateSchema.py#L31
expected 2 blank lines, found 1
|
E225:
python/lsst/alert/packet/updateSchema.py#L33
missing whitespace around operator
|
E111:
python/lsst/alert/packet/updateSchema.py#L45
indentation is not a multiple of 4
|
E117:
python/lsst/alert/packet/updateSchema.py#L45
over-indented
|
E302:
python/lsst/alert/packet/updateSchema.py#L47
expected 2 blank lines, found 1
|
E713:
python/lsst/alert/packet/updateSchema.py#L71
test for membership should be 'not in'
|
E712:
python/lsst/alert/packet/updateSchema.py#L84
comparison to False should be 'if cond is False:' or 'if not cond:'
|
E302:
python/lsst/alert/packet/updateSchema.py#L120
expected 2 blank lines, found 1
|
E302:
python/lsst/alert/packet/updateSchema.py#L153
expected 2 blank lines, found 0
|