Skip to content

Test

Test #172

Triggered via pull request May 9, 2026 22:38
@MaffoochMaffooch
synchronize #2
tailwind
Status Failure
Total duration 16s
Artifacts

ruff.yml

on: pull_request
ruff-linting
13s
ruff-linting
Fit to window
Zoom out
Zoom in

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