From 04fa4276eac6f623cd5ced4711afc9e58a68e230 Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Thu, 7 Oct 2021 19:40:35 +0200 Subject: Fix false-negative with typing.Type + typing.Callable aliases (#5090) --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c63a18a84..73238e1ad 100644 --- a/ChangeLog +++ b/ChangeLog @@ -84,6 +84,11 @@ Release date: TBA Closes #5048 +* ``TypingChecker`` + + * Fix false-negative for ``deprecated-typing-alias`` and ``consider-using-alias`` + with ``typing.Type`` + ``typing.Callable``. + What's New in Pylint 2.11.1? ============================ -- cgit v1.2.1