From bc0925fca7158ad8c0d1078149614e13f2158087 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Mon, 21 Oct 2024 10:07:36 +0200 Subject: [PATCH] pylint: do not try to infer too much Change-Id: I1aabf4c59fc47e888e8cd096a8228842f35ff769 --- .pylintrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.pylintrc b/.pylintrc index f8a8767..080b469 100644 --- a/.pylintrc +++ b/.pylintrc @@ -40,6 +40,7 @@ disable=missing-docstring ,locally-disabled ,fixme ,no-member + ,not-callable ,wrong-import-position ,ungrouped-imports ,import-self