From 2de007138ca1820e865c574cc13429d5da3f019f Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Fri, 3 Jun 2022 15:41:52 +0200 Subject: [PATCH] [fix] prepare for pylint 2.14.0 Remove issue reported by Pylint 2.14.0: - no-self-use: has been moved to optional extension [1] - The refactoring checker now also raises 'consider-using-generator' messages for max(), min() and sum(). [2] .pylintrc: -