Set up ruff #22
Annotations
10 errors
Run ruff check --output-format=github .:
blog/admin.py#L1
blog/admin.py:1:28: F401 `django.contrib.admin` imported but unused
|
Run ruff check --output-format=github .:
blog/models.py#L4
blog/models.py:4:46: F401 `modelcluster.fields.ParentalManyToManyField` imported but unused
|
Run ruff check --output-format=github .:
blog/models.py#L10
blog/models.py:10:41: F401 `modelcluster.contrib.taggit.ClusterTaggableManager` imported but unused
|
Run ruff check --output-format=github .:
blog/tests.py#L1
blog/tests.py:1:25: F401 `django.test.TestCase` imported but unused
|
Run ruff check --output-format=github .:
blog/views.py#L1
blog/views.py:1:30: F401 `django.shortcuts.render` imported but unused
|
Run ruff check --output-format=github .:
home/models.py#L1
home/models.py:1:23: F401 `django.db.models` imported but unused
|
Run ruff check --output-format=github .:
home/models.py#L3
home/models.py:3:35: F401 `wagtail.images.models.Image` imported but unused
|
Run ruff check --output-format=github .:
home/models.py#L3
home/models.py:3:42: F401 `wagtail.images.models.AbstractImage` imported but unused
|
Run ruff check --output-format=github .:
home/models.py#L3
home/models.py:3:57: F401 `wagtail.images.models.AbstractRendition` imported but unused
|
Run ruff check --output-format=github .:
sustainablesite/settings/dev.py#L1
sustainablesite/settings/dev.py:1:1: F403 `from .base import *` used; unable to detect undefined names
|
Loading