Skip to content

Add basic motion detection script #15051

Add basic motion detection script

Add basic motion detection script #15051

Triggered via pull request October 9, 2025 10:00
Status Failure
Total duration 10s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors
ruff
Process completed with exit code 1.
Ruff (E501): computer_vision/motion_detection.py#L72
computer_vision/motion_detection.py:72:89: E501 Line too long (91 > 88)
Ruff (E501): computer_vision/motion_detection.py#L55
computer_vision/motion_detection.py:55:89: E501 Line too long (97 > 88)
Ruff (E501): computer_vision/motion_detection.py#L30
computer_vision/motion_detection.py:30:89: E501 Line too long (95 > 88)
Ruff (F401): computer_vision/motion_detection.py#L2
computer_vision/motion_detection.py:2:17: F401 `numpy` imported but unused