summaryrefslogtreecommitdiffstats
path: root/python/pylintrc
diff options
context:
space:
mode:
Diffstat (limited to 'python/pylintrc')
-rw-r--r--python/pylintrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/pylintrc b/python/pylintrc
index e65110b..f46eece 100644
--- a/python/pylintrc
+++ b/python/pylintrc
@@ -446,7 +446,8 @@ exclude-too-few-public-methods=
[CLASSES]
# List of method names used to declare (i.e. assign) instance attributes.
-defining-attr-methods=__init__,__new__,setUp,__post_init__
+# CHANGED: Remove setUp and __post_init__, add reset
+defining-attr-methods=__init__,__new__,reset
# List of valid names for the first argument in a class method.
valid-classmethod-first-arg=cls