pylint: Reenable E1101 no-member

This commit is contained in:
FestplattenSchnitzel 2023-03-05 12:02:51 +01:00 committed by Hans-Christoph Steiner
parent 1dcb863f55
commit abc752314b
7 changed files with 11 additions and 3 deletions

View file

@ -71,7 +71,6 @@ disable = [
"no-else-continue",
"no-else-raise",
"no-else-return",
"no-member",
"subprocess-run-check",
"use-dict-literal",
]