Skip to content

Commit 4360d79

Browse files
committed
Remove disable=invalid-name for urlpatterns test. Refs #161
The `urlpatterns` constant has been supported since version 0.8.0. This commit makes sure the checker isn't disabled for this test file.
1 parent 4f076f1 commit 4360d79

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pylint_django/tests/input/func_noerror_urls.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
when creating a typical urls.py
44
"""
55
# pylint: disable=missing-docstring
6-
# pylint: disable=C0103
7-
# ^ eventually we should be able to override or update the
8-
# CONST_NAME_RGX value
96

107
from django.views.generic import TemplateView
118
from django.conf.urls import url

0 commit comments

Comments
 (0)