DM-38138:create a build task for remote submission #245
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
lint.yaml
on: pull_request
call-workflow
/
lint
11s
ruff
12s
Annotations
9 errors
Ruff (D404):
python/lsst/ctrl/bps/panda/edgenode/build_cmd_line_decoder.py#L2
python/lsst/ctrl/bps/panda/edgenode/build_cmd_line_decoder.py:2:1: D404 First word of the docstring should not be "This"
|
Ruff (D103):
python/lsst/ctrl/bps/panda/edgenode/build_cmd_line_decoder.py#L32
python/lsst/ctrl/bps/panda/edgenode/build_cmd_line_decoder.py:32:5: D103 Missing docstring in public function
|
Ruff (UP031):
python/lsst/ctrl/bps/panda/edgenode/build_cmd_line_decoder.py#L47
python/lsst/ctrl/bps/panda/edgenode/build_cmd_line_decoder.py:47:11: UP031 Use format specifiers instead of percent format
|
Ruff (UP031):
python/lsst/ctrl/bps/panda/edgenode/build_cmd_line_decoder.py#L52
python/lsst/ctrl/bps/panda/edgenode/build_cmd_line_decoder.py:52:11: UP031 Use format specifiers instead of percent format
|
Ruff (D103):
python/lsst/ctrl/bps/panda/edgenode/build_cmd_line_decoder.py#L57
python/lsst/ctrl/bps/panda/edgenode/build_cmd_line_decoder.py:57:5: D103 Missing docstring in public function
|
Ruff (UP032):
python/lsst/ctrl/bps/panda/edgenode/build_cmd_line_decoder.py#L101
python/lsst/ctrl/bps/panda/edgenode/build_cmd_line_decoder.py:101:7: UP032 Use f-string instead of `format` call
|
Ruff (UP032):
python/lsst/ctrl/bps/panda/edgenode/build_cmd_line_decoder.py#L102
python/lsst/ctrl/bps/panda/edgenode/build_cmd_line_decoder.py:102:7: UP032 Use f-string instead of `format` call
|
Ruff (UP031):
python/lsst/ctrl/bps/panda/utils.py#L618
python/lsst/ctrl/bps/panda/utils.py:618:11: UP031 Use format specifiers instead of percent format
|
ruff
Process completed with exit code 1.
|