Skip to content

Commit

Permalink
Ignore more stdlib classes with complex ancestry
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtylerwalls authored and Pierre-Sassoulas committed Jun 7, 2023
1 parent f53283e commit 3dcea49
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pylint/checkers/design_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,8 @@
"typing.AsyncContextManager",
"typing.Hashable",
"typing.Sized",
TYPING_NAMEDTUPLE,
TYPING_TYPEDDICT,
)
)

Expand Down

0 comments on commit 3dcea49

Please sign in to comment.