summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2022-04-04 11:27:16 +0200
committerFlorian Bruhin <me@the-compiler.org>2022-04-04 11:27:16 +0200
commit0d3af197d9020078f4ab8440a63ba33e52080dd7 (patch)
tree53fe7c4a83ce1e516a51c5540a59879a370f6ae4
parent65fd458833f6c83dfabc64aaf73fba5ada13761c (diff)
downloadqutebrowser-0d3af197d9020078f4ab8440a63ba33e52080dd7.tar.gz
qutebrowser-0d3af197d9020078f4ab8440a63ba33e52080dd7.zip
Revert "pylint: Disable unnecessary-ellipsis for tests"
This reverts commit 2b76b6164093754482d848e7487356215556d0d0.
-rw-r--r--scripts/dev/run_pylint_on_tests.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/dev/run_pylint_on_tests.py b/scripts/dev/run_pylint_on_tests.py
index a44828a85..28c6e32c9 100644
--- a/scripts/dev/run_pylint_on_tests.py
+++ b/scripts/dev/run_pylint_on_tests.py
@@ -64,9 +64,6 @@ def main():
'import-error',
# tests/helpers imports
'wrong-import-order',
- # https://github.com/PyCQA/pylint/issues/6036
- # https://github.com/PyCQA/pylint/issues/6037
- 'unnecessary-ellipsis',
]
toxinidir = sys.argv[1]