summaryrefslogtreecommitdiff
path: root/tests/functional/c/ctor_arguments.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/c/ctor_arguments.py')
-rw-r--r--tests/functional/c/ctor_arguments.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/c/ctor_arguments.py b/tests/functional/c/ctor_arguments.py
index 12bf8690a..ee05126b1 100644
--- a/tests/functional/c/ctor_arguments.py
+++ b/tests/functional/c/ctor_arguments.py
@@ -2,7 +2,7 @@
Based on tests/functional/a/arguments.py
"""
-# pylint: disable=C0111,R0903,W0231, useless-object-inheritance
+# pylint: disable=C0111,too-few-public-methods,super-init-not-called, useless-object-inheritance
class Class1Arg(object):