Skip to content

Commit c2b0195

Browse files
jacobtylerwallsPierre-Sassoulas
authored andcommitted
Ignore more stdlib classes with complex ancestry
1 parent 5180061 commit c2b0195

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pylint/checkers/design_analysis.py

+2
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,8 @@
166166
"typing.AsyncContextManager",
167167
"typing.Hashable",
168168
"typing.Sized",
169+
TYPING_NAMEDTUPLE,
170+
TYPING_TYPEDDICT,
169171
)
170172
)
171173

0 commit comments

Comments
 (0)