We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f46a55 commit c9fd33bCopy full SHA for c9fd33b
pylint_django/plugin.py
@@ -15,6 +15,7 @@ def load_configuration(linter):
15
"""
16
name_checker = get_checker(linter, NameChecker)
17
name_checker.config.good_names += (
18
+ "pk",
19
"qs",
20
"urlpatterns",
21
"register",
0 commit comments