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