include otherwise empty directories #12
Annotations
5 errors and 1 warning
Ruff (F401):
website/regulations/admin.py#L1
website/regulations/admin.py:1:28: F401 `django.contrib.admin` imported but unused
|
Ruff (F401):
website/regulations/models.py#L1
website/regulations/models.py:1:23: F401 `django.db.models` imported but unused
|
Ruff (F401):
website/regulations/tests.py#L1
website/regulations/tests.py:1:25: F401 `django.test.TestCase` imported but unused
|
Ruff (F401):
website/regulations/views.py#L1
website/regulations/views.py:1:30: F401 `django.shortcuts.render` imported but unused
|
build
Process completed with exit code 1.
|
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|