starting with pytest #442
Annotations
10 errors and 2 warnings
flake8:
demoapp/unittests/conftest.py#L7
'django.contrib.admin.sites.site as admin_site' imported but unused
|
flake8:
demoapp/unittests/conftest.py#L11
'finder.models.folder.FolderModel' imported but unused
|
flake8:
demoapp/unittests/utils.py#L18
ambiguous variable name 'l'
|
flake8:
finder/admin/__init__.py#L3
'.label' imported but unused
|
flake8:
finder/admin/folder.py#L11
'django.utils.translation.gettext_lazy as _' imported but unused
|
flake8:
finder/admin/folder.py#L150
over-indented
|
flake8:
finder/admin/folder.py#L376
redefinition of unused '_' from line 11
|
flake8:
finder/admin/inode.py#L31
local variable 'site' is assigned to but never used
|
flake8:
finder/contrib/archive/admin.py#L168
redefinition of unused 'get_menu_extension_urls' from line 33
|
flake8:
finder/contrib/archive/admin.py#L178
expected 2 blank lines after class or function definition, found 1
|
isort
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
flake8
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|