Skip to content

Ashu1

Ashu1 #14646

Triggered via pull request October 5, 2025 08:05
Status Failure
Total duration 12s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors
ruff
Process completed with exit code 1.
Ruff (W292): computer_vision/emotion_detection/emotion.py#L80
computer_vision/emotion_detection/emotion.py:80:24: W292 No newline at end of file
Ruff (BLE001): computer_vision/emotion_detection/emotion.py#L69
computer_vision/emotion_detection/emotion.py:69:16: BLE001 Do not catch blind exception: `Exception`
Ruff (W291): computer_vision/emotion_detection/emotion.py#L42
computer_vision/emotion_detection/emotion.py:42:37: W291 Trailing whitespace
Ruff (W291): computer_vision/emotion_detection/emotion.py#L41
computer_vision/emotion_detection/emotion.py:41:23: W291 Trailing whitespace
Ruff (I001): computer_vision/emotion_detection/emotion.py#L1
computer_vision/emotion_detection/emotion.py:1:1: I001 Import block is un-sorted or un-formatted
Ruff (INP001): computer_vision/emotion_detection/emotion.py#L1
computer_vision/emotion_detection/emotion.py:1:1: INP001 File `computer_vision/emotion_detection/emotion.py` is part of an implicit namespace package. Add an `__init__.py`.