Closed
Description
In a new django project that uses the admin module there is this code in urls.py
urlpatterns = [
path('admin/', admin.site.urls),
]
When using pylint with pylint-django the line containing urlpatterns
is still marked with a warning:
invalid-name: Constant name "urlpatterns" doesn't conform to UPPER_CASE naming style
Metadata
Metadata
Assignees
Labels
No labels