API périmètres en Django #26
Annotations
10 errors
Ruff (FIX001):
django/core/models.py#L430
core/models.py:430:34: FIX001 Line contains FIXME, consider resolving the issue
|
Ruff (FIX001):
django/core/models.py#L436
core/models.py:436:15: FIX001 Line contains FIXME, consider resolving the issue
|
Ruff (ARG001):
django/core/tests/manual_test_e2e.py#L22
core/tests/manual_test_e2e.py:22:21: ARG001 Unused function argument: `django_db_modify_db_settings`
|
Ruff (SLF001):
django/core/tests/manual_test_e2e.py#L29
core/tests/manual_test_e2e.py:29:5: SLF001 Private member accessed: `_settings`
|
Ruff (N802):
django/core/tests/manual_test_e2e.py#L67
core/tests/manual_test_e2e.py:67:9: N802 Function name `Ztest_all` should be lowercase
|
Ruff (DTZ005):
django/core/tests/manual_test_e2e.py#L118
core/tests/manual_test_e2e.py:118:22: DTZ005 `datetime.datetime.now()` called without a `tz` argument
|
Ruff (DTZ005):
django/core/tests/manual_test_e2e.py#L123
core/tests/manual_test_e2e.py:123:30: DTZ005 `datetime.datetime.now()` called without a `tz` argument
|
Ruff (F401):
django/core/tests/test_models.py#L1
core/tests/test_models.py:1:8: F401 `logging` imported but unused
|
Ruff (F401):
django/core/tests/test_models.py#L4
core/tests/test_models.py:4:23: F401 `django.db.models` imported but unused
|
Ruff (F401):
django/core/tests/test_models.py#L14
core/tests/test_models.py:14:5: F401 `core.models.TypeDocumentSimplifie` imported but unused
|