diff --git a/doc/whatsnew/fragments/9069.false_positive b/doc/whatsnew/fragments/9069.false_positive new file mode 100644 index 0000000000..fb06c23df2 --- /dev/null +++ b/doc/whatsnew/fragments/9069.false_positive @@ -0,0 +1,4 @@ +Fix a regression in pylint 2.17.6 / astroid 2.15.7 causing various +messages for code involving ``TypeVar``. + +Closes #9069