diff --git a/doc/whatsnew/fragments/9167.false_positive b/doc/whatsnew/fragments/9167.false_positive new file mode 100644 index 0000000000..58701e6e5a --- /dev/null +++ b/doc/whatsnew/fragments/9167.false_positive @@ -0,0 +1,3 @@ +Exempt ``TypedDict`` from ``typing_extensions`` from ``too-many-ancestor`` checks. + +Refs #9167