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 8499e9374..ee10413e3 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,too-few-public-methods,W0231, useless-object-inheritance # [use-symbolic-message-instead,use-symbolic-message-instead]
+# pylint: disable=missing-docstring,too-few-public-methods,super-init-not-called,useless-object-inheritance
class Class1Arg(object):