diff --git a/.pylintrc b/.pylintrc index c3efd782b..e46502095 100644 --- a/.pylintrc +++ b/.pylintrc @@ -7,8 +7,6 @@ disable = cyclic-import, duplicate-code, fixme, - import-error, - import-self, no-member, raise-missing-from, too-few-public-methods, @@ -16,7 +14,6 @@ disable = too-many-instance-attributes, unnecessary-lambda-assignment, unsubscriptable-object, - unsupported-membership-test, [FORMAT] max-line-length=88