fix: Add gettextSafe function to handle missing gettext in Django admin #17
Annotations
5 errors
Ruff (I001):
tests/testproject/testapp/admin.py#L1
tests/testproject/testapp/admin.py:1:1: I001 Import block is un-sorted or un-formatted
|
Ruff (PT001):
tests/testproject/testapp/conftest.py#L10
tests/testproject/testapp/conftest.py:10:1: PT001 Use `@pytest.fixture` over `@pytest.fixture()`
|
Ruff (I001):
tests/testproject/testapp/tests.py#L2
tests/testproject/testapp/tests.py:2:1: I001 Import block is un-sorted or un-formatted
|
Ruff (PT023):
tests/testproject/testapp/tests.py#L14
tests/testproject/testapp/tests.py:14:1: PT023 Use `@pytest.mark.django_db` over `@pytest.mark.django_db()`
|
build
Process completed with exit code 1.
|