Test #172
Annotations
4 errors
|
ruff-linting
Process completed with exit code 1.
|
|
ruff (F821):
dojo/models.py#L4495
dojo/models.py:4495:21: F821 Undefined name `Dojo_Group`
|
|
ruff (F401):
dojo/models.py#L25
dojo/models.py:25:40: F401 `django.contrib.auth.models.Group` imported but unused
help: Remove unused import: `django.contrib.auth.models.Group`
|
|
ruff (D203):
dojo/authorization/models.py#L23
dojo/authorization/models.py:23:5: D203 1 blank line required before class docstring
help: Insert 1 blank line before class docstring
|