pylint: do not try to infer too much

Change-Id: I1aabf4c59fc47e888e8cd096a8228842f35ff769
This commit is contained in:
Georg Brandl 2024-10-21 10:07:36 +02:00 committed by Markus Zolliker
parent 09235cb145
commit bc0925fca7

View File

@ -40,6 +40,7 @@ disable=missing-docstring
,locally-disabled
,fixme
,no-member
,not-callable
,wrong-import-position
,ungrouped-imports
,import-self