Skip to content

Commit 23d79de

Browse files
authored
Add common generics to pylint good-names list (#7)
1 parent fb5c19b commit 23d79de

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@ warn_unused_ignores = true
106106
[tool.pylint.BASIC]
107107
good-names = [
108108
"_",
109+
"_P",
110+
"_R",
109111
"ex",
110112
"fp",
111113
"i",
@@ -114,6 +116,8 @@ good-names = [
114116
"k",
115117
"on",
116118
"Run",
119+
"P",
120+
"R",
117121
"T",
118122
]
119123

0 commit comments

Comments
 (0)