Skip to content

Commit c9fd33b

Browse files
simonpanayatodorov
authored andcommitted
Add "pk" to the good_names list
1 parent 6f46a55 commit c9fd33b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pylint_django/plugin.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ def load_configuration(linter):
1515
"""
1616
name_checker = get_checker(linter, NameChecker)
1717
name_checker.config.good_names += (
18+
"pk",
1819
"qs",
1920
"urlpatterns",
2021
"register",

0 commit comments

Comments
 (0)