Revert "pylint: Disable unnecessary-ellipsis for tests"

This reverts commit 2b76b61640.
This commit is contained in:
Florian Bruhin 2022-04-04 11:27:16 +02:00
parent 65fd458833
commit 0d3af197d9
1 changed files with 0 additions and 3 deletions

View File

@ -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]