more linting

pull/1799/head
alpharush 2 years ago
parent 801809fe56
commit cf9df6efe4
  1. 2
      tests/e2e/detectors/test_detectors.py
  2. 1
      tests/tools/read-storage/test_read_storage.py

@ -1658,7 +1658,7 @@ GENERIC_PATH = "/GENERIC_PATH"
TEST_DATA_DIR = Path(__file__).resolve().parent / "test_data"
# pylint: disable=too-many-arguments
# pylint: disable=too-many-locals
@pytest.mark.parametrize("test_item", ALL_TESTS, ids=id_test)
def test_detector(test_item: Test):
test_dir_path = Path(

@ -1,5 +1,4 @@
import json
import os
import re
import shutil
import subprocess

Loading…
Cancel
Save