DM-43722 EFD Transform Implementation #529
lint.yaml
on: pull_request
call-workflow
/
lint
11s
ruff
6s
Annotations
11 errors
ruff
Process completed with exit code 1.
|
W505:
python/lsst/consdb/efd_transform/dao/influxdb.py#L262
doc line too long (80 > 79 characters)
|
F401:
python/lsst/consdb/efd_transform/generate_schema.py#L1
'yaml' imported but unused
|
E302:
python/lsst/consdb/efd_transform/generate_schema.py#L5
expected 2 blank lines, found 1
|
E305:
python/lsst/consdb/efd_transform/generate_schema.py#L28
expected 2 blank lines after class or function definition, found 1
|
W293:
python/lsst/consdb/efd_transform/generate_schema.py#L29
blank line contains whitespace
|
W505:
python/lsst/consdb/efd_transform/generate_schema.py#L30
doc line too long (84 > 79 characters)
|
W291:
python/lsst/consdb/efd_transform/generate_schema.py#L70
trailing whitespace
|
F541:
python/lsst/consdb/efd_transform/generate_schema.py#L84
f-string is missing placeholders
|
W293:
python/lsst/consdb/efd_transform/generate_schema.py#L88
blank line contains whitespace
|
W291:
python/lsst/consdb/efd_transform/generate_schema.py#L113
trailing whitespace
|