Skip to content

adding_cad_files

adding_cad_files #2

Triggered via pull request March 5, 2024 23:14
Status Failure
Total duration 50s
Billable time 1m
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Ruff (I001): flir_camera_tools/cam_tools.py#L5
flir_camera_tools/cam_tools.py:5:1: I001 Import block is un-sorted or un-formatted
Ruff (E711): flir_camera_tools/cam_tools.py#L18
flir_camera_tools/cam_tools.py:18:13: E711 Comparison to `None` should be `cond is None`
Ruff (E701): flir_camera_tools/cam_tools.py#L18
flir_camera_tools/cam_tools.py:18:17: E701 Multiple statements on one line (colon)
Ruff (E701): flir_camera_tools/cam_tools.py#L19
flir_camera_tools/cam_tools.py:19:17: E701 Multiple statements on one line (colon)
Ruff (E701): flir_camera_tools/cam_tools.py#L20
flir_camera_tools/cam_tools.py:20:20: E701 Multiple statements on one line (colon)
Ruff (W291): flir_camera_tools/cam_tools.py#L20
flir_camera_tools/cam_tools.py:20:30: W291 Trailing whitespace
Ruff (E711): flir_camera_tools/cam_tools.py#L25
flir_camera_tools/cam_tools.py:25:12: E711 Comparison to `None` should be `cond is None`
Ruff (E701): flir_camera_tools/cam_tools.py#L25
flir_camera_tools/cam_tools.py:25:16: E701 Multiple statements on one line (colon)
Ruff (F821): flir_camera_tools/cam_tools.py#L28
flir_camera_tools/cam_tools.py:28:21: F821 Undefined name `ct`
Ruff (F821): flir_camera_tools/cam_tools.py#L29
flir_camera_tools/cam_tools.py:29:2: F821 Undefined name `ct`
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.