Skip to content

Commit

Permalink
Add common generics to pylint good-names list (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
emontnemery authored Oct 25, 2024
1 parent fb5c19b commit 23d79de
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ warn_unused_ignores = true
[tool.pylint.BASIC]
good-names = [
"_",
"_P",
"_R",
"ex",
"fp",
"i",
Expand All @@ -114,6 +116,8 @@ good-names = [
"k",
"on",
"Run",
"P",
"R",
"T",
]

Expand Down

0 comments on commit 23d79de

Please sign in to comment.