Introduced new model of AliasEntry #1121
build-core.yml
on: pull_request
setup_python311
4s
lint
48s
Matrix: python311
Annotations
5 errors
Ruff (I001):
entry/tests/test_model.py#L1
entry/tests/test_model.py:1:1: I001 Import block is un-sorted or un-formatted
|
Ruff (F401):
entry/tests/test_model.py#L14
entry/tests/test_model.py:14:60: F401 `entry.models.AliasEntry` imported but unused
|
Ruff (W292):
entry/tests/test_model.py#L5021
entry/tests/test_model.py:5021:10: W292 No newline at end of file
|
Ruff (F401):
entry/tests/test_model_alias.py#L3
entry/tests/test_model_alias.py:3:25: F401 `user.models.User` imported but unused
|
lint
Process completed with exit code 1.
|