diff --git a/doc/whatsnew/fragments/10076.false_positive b/doc/whatsnew/fragments/10076.false_positive new file mode 100644 index 0000000000..298f448873 --- /dev/null +++ b/doc/whatsnew/fragments/10076.false_positive @@ -0,0 +1,4 @@ +Fix a false positive for `potential-index-error` when an indexed iterable +contains a starred element that evaluates to more than one item. + +Closes #10076