Skip to content

Add GitHub Actions for ruff for Python linting #5

Add GitHub Actions for ruff for Python linting

Add GitHub Actions for ruff for Python linting #5

Triggered via pull request August 27, 2024 21:44
Status Failure
Total duration 30s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Ruff (I001): docker/check_kpi_prefix_outdated.py#L1
docker/check_kpi_prefix_outdated.py:1:1: I001 Import block is un-sorted or un-formatted
Ruff (T201): docker/check_kpi_prefix_outdated.py#L15
docker/check_kpi_prefix_outdated.py:15:5: T201 `print` found
Ruff (F401): hub/__init__.py#L10
hub/__init__.py:10:25: F401 `hub.signals` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
Ruff (I001): hub/admin/__init__.py#L1
hub/admin/__init__.py:1:1: I001 Import block is un-sorted or un-formatted
Ruff (I001): hub/admin/extend_user.py#L1
hub/admin/extend_user.py:1:1: I001 Import block is un-sorted or un-formatted
Ruff (E501): hub/admin/extend_user.py#L68
hub/admin/extend_user.py:68:89: E501 Line too long (98 > 88)
Ruff (Q000): hub/admin/extend_user.py#L70
hub/admin/extend_user.py:70:17: Q000 Double quotes found but single quotes preferred
Ruff (E501): hub/admin/extend_user.py#L102
hub/admin/extend_user.py:102:89: E501 Line too long (95 > 88)
Ruff (Q000): hub/admin/extend_user.py#L102
hub/admin/extend_user.py:102:90: Q000 Double quotes found but single quotes preferred
Ruff (E501): hub/admin/extend_user.py#L164
hub/admin/extend_user.py:164:89: E501 Line too long (93 > 88)