We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be6c5b6 commit c1c588cCopy full SHA for c1c588c
pylint_django/tests/test_func.py
@@ -52,6 +52,8 @@ class PylintDjangoLintModuleTest(LintModuleTest):
52
53
def __init__(self, test_file):
54
# 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 (?)
57
super(PylintDjangoLintModuleTest, self).__init__(test_file)
58
self._linter.load_plugin_modules(["pylint_django"])
59
self._linter.load_plugin_configuration()
0 commit comments