Skip to content

fix: Add gettextSafe function to handle missing gettext in Django admin #17

fix: Add gettextSafe function to handle missing gettext in Django admin

fix: Add gettextSafe function to handle missing gettext in Django admin #17

Re-run triggered August 16, 2024 11:24
Status Failure
Total duration 20s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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.