Skip to content

Test 1

Test 1 #243

Triggered via pull request September 11, 2024 19:24
Status Failure
Total duration 20s
Artifacts

ruff-lint.yml

on: pull_request
ruff-lint
9s
ruff-lint
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Ruff (UP035): src/tests/test.py#L1
src/tests/test.py:1:1: UP035 `typing.List` is deprecated, use `list` instead
Ruff (I001): src/tests/test.py#L1
src/tests/test.py:1:1: I001 Import block is un-sorted or un-formatted
Ruff (F401): src/tests/test.py#L3
src/tests/test.py:3:8: F401 `os` imported but unused
Ruff (UP006): src/tests/test.py#L5
src/tests/test.py:5:31: UP006 Use `list` instead of `List` for type annotation
Ruff (E501): src/tests/test.py#L6
src/tests/test.py:6:81: E501 Line too long (83 > 80)
Ruff (I001): src/tests/test_utils.py#L17
src/tests/test_utils.py:17:1: I001 Import block is un-sorted or un-formatted
Ruff (F401): src/tests/test_utils.py#L18
src/tests/test_utils.py:18:8: F401 `os` imported but unused
Ruff (E701): src/tests/test_utils.py#L25
src/tests/test_utils.py:25:17: E701 Multiple statements on one line (colon)
Ruff (E701): src/tests/test_utils.py#L26
src/tests/test_utils.py:26:16: E701 Multiple statements on one line (colon)
Ruff (E701): src/tests/test_utils.py#L30
src/tests/test_utils.py:30:17: E701 Multiple statements on one line (colon)