wip: check new linter feature #5913
Annotations
20 errors and 2 warnings
Ruff (F401):
docs/conf.py#L12
docs/conf.py:12:8: F401 `os` imported but unused
|
Ruff (F401):
docs/conf.py#L14
docs/conf.py:14:8: F401 `sphinx.environment` imported but unused
|
Ruff (F401):
invenio_rdm_records/access_requests_ui/views.py#L10
invenio_rdm_records/access_requests_ui/views.py:10:26: F401 `flask.current_app` imported but unused
|
Ruff (F401):
invenio_rdm_records/access_requests_ui/views.py#L12
invenio_rdm_records/access_requests_ui/views.py:12:42: F401 `invenio_i18n.lazy_gettext` imported but unused
|
Ruff (F401):
invenio_rdm_records/access_requests_ui/views.py#L13
invenio_rdm_records/access_requests_ui/views.py:13:32: F401 `invenio_mail.tasks.send_email` imported but unused
|
Ruff (F811):
invenio_rdm_records/collections/api.py#L248
invenio_rdm_records/collections/api.py:248:9: F811 Redefinition of unused `collections` from line 216
|
Ruff (F401):
invenio_rdm_records/collections/services/service.py#L18
invenio_rdm_records/collections/services/service.py:18:5: F401 `invenio_rdm_records.proxies.current_rdm_records_service` imported but unused
|
Ruff (T201):
invenio_rdm_records/fixtures/data/vocabularies/languages.py#L51
invenio_rdm_records/fixtures/data/vocabularies/languages.py:51:5: T201 `print` found
|
Ruff (F841):
invenio_rdm_records/fixtures/tasks.py#L57
invenio_rdm_records/fixtures/tasks.py:57:13: F841 Local variable `record` is assigned to but never used
|
Ruff (T201):
invenio_rdm_records/fixtures/tasks.py#L185
invenio_rdm_records/fixtures/tasks.py:185:9: T201 `print` found
|
Ruff (F401):
docs/conf.py#L12
docs/conf.py:12:8: F401 `os` imported but unused
|
Ruff (F401):
docs/conf.py#L14
docs/conf.py:14:8: F401 `sphinx.environment` imported but unused
|
Ruff (F401):
invenio_rdm_records/access_requests_ui/views.py#L10
invenio_rdm_records/access_requests_ui/views.py:10:26: F401 `flask.current_app` imported but unused
|
Ruff (F401):
invenio_rdm_records/access_requests_ui/views.py#L12
invenio_rdm_records/access_requests_ui/views.py:12:42: F401 `invenio_i18n.lazy_gettext` imported but unused
|
Ruff (F401):
invenio_rdm_records/access_requests_ui/views.py#L13
invenio_rdm_records/access_requests_ui/views.py:13:32: F401 `invenio_mail.tasks.send_email` imported but unused
|
Ruff (F811):
invenio_rdm_records/collections/api.py#L248
invenio_rdm_records/collections/api.py:248:9: F811 Redefinition of unused `collections` from line 216
|
Ruff (F401):
invenio_rdm_records/collections/services/service.py#L18
invenio_rdm_records/collections/services/service.py:18:5: F401 `invenio_rdm_records.proxies.current_rdm_records_service` imported but unused
|
Ruff (T201):
invenio_rdm_records/fixtures/data/vocabularies/languages.py#L51
invenio_rdm_records/fixtures/data/vocabularies/languages.py:51:5: T201 `print` found
|
Ruff (F841):
invenio_rdm_records/fixtures/tasks.py#L57
invenio_rdm_records/fixtures/tasks.py:57:13: F841 Local variable `record` is assigned to but never used
|
Ruff (T201):
invenio_rdm_records/fixtures/tasks.py#L185
invenio_rdm_records/fixtures/tasks.py:185:9: T201 `print` found
|
|
|