summaryrefslogtreecommitdiff
path: root/pylintrc
diff options
context:
space:
mode:
authorJacob Walls <jacobtylerwalls@gmail.com>2022-12-24 15:05:51 -0500
committerDaniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>2022-12-27 00:01:18 +0100
commit6643b876d0fd069dba0d380b28bafe705c7779b9 (patch)
tree46350f6a17ec897a14294d6453435c1ca123606d /pylintrc
parent9d867c3b9c5153ac04d4c95417f2133be54132ab (diff)
downloadastroid-git-6643b876d0fd069dba0d380b28bafe705c7779b9.tar.gz
Remove deprecated `ignore-mixin-members` pylint option
Diffstat (limited to 'pylintrc')
-rw-r--r--pylintrc4
1 files changed, 0 insertions, 4 deletions
diff --git a/pylintrc b/pylintrc
index 0cc82e7a..08bd6f27 100644
--- a/pylintrc
+++ b/pylintrc
@@ -242,10 +242,6 @@ spelling-store-unknown-words=no
[TYPECHECK]
ignore-on-opaque-inference=n
-# Tells whether missing members accessed in mixin class should be ignored. A
-
-# mixin class is detected if its name ends with "mixin" (case insensitive).
-ignore-mixin-members=yes
# List of module names for which member attributes should not be checked