Skip to content

Commit

Permalink
pylint: Disable unnecessary-ellipsis for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Compiler authored and twigleingrid committed May 10, 2022
1 parent 2cd378d commit 0364a1b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/dev/run_pylint_on_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ 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]
Expand Down

0 comments on commit 0364a1b

Please sign in to comment.