Skip to content

Commit c1c588c

Browse files
[style] Disable Consider using Python 3 style super()
1 parent be6c5b6 commit c1c588c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pylint_django/tests/test_func.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ class PylintDjangoLintModuleTest(LintModuleTest):
5252

5353
def __init__(self, test_file):
5454
# if hasattr(test_file, 'option_file') and test_file.option_file is None:
55+
# pylint: disable=super-with-arguments
56+
# TODO Fix this and the CI (?)
5557
super(PylintDjangoLintModuleTest, self).__init__(test_file)
5658
self._linter.load_plugin_modules(["pylint_django"])
5759
self._linter.load_plugin_configuration()

0 commit comments

Comments
 (0)