Skip to content

Tailwind UI rebuild, legacy authorization, OS surface removals #171

Tailwind UI rebuild, legacy authorization, OS surface removals

Tailwind UI rebuild, legacy authorization, OS surface removals #171

Triggered via push May 9, 2026 22:38
Status Failure
Total duration 14s
Artifacts

ruff.yml

on: push
ruff-linting
12s
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