From cf9df6efe47acadc995c62f0edc176274cf176a5 Mon Sep 17 00:00:00 2001 From: alpharush <0xalpharush@protonmail.com> Date: Fri, 24 Mar 2023 09:20:07 -0500 Subject: [PATCH] more linting --- tests/e2e/detectors/test_detectors.py | 2 +- tests/tools/read-storage/test_read_storage.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/e2e/detectors/test_detectors.py b/tests/e2e/detectors/test_detectors.py index 0028f18bf..fe5b302d6 100644 --- a/tests/e2e/detectors/test_detectors.py +++ b/tests/e2e/detectors/test_detectors.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( diff --git a/tests/tools/read-storage/test_read_storage.py b/tests/tools/read-storage/test_read_storage.py index 9d18f6c8a..38d909bf8 100644 --- a/tests/tools/read-storage/test_read_storage.py +++ b/tests/tools/read-storage/test_read_storage.py @@ -1,5 +1,4 @@ import json -import os import re import shutil import subprocess