From 1d9d2fce7f8d9c0282b2a3ca5ca168dfc60ea3cb Mon Sep 17 00:00:00 2001 From: Matthias Date: Wed, 9 Apr 2025 19:49:02 +0200 Subject: [PATCH] chore: add noQA for S404 --- build_helpers/create_command_partials.py | 2 +- tests/commands/test_startup_time.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build_helpers/create_command_partials.py b/build_helpers/create_command_partials.py index 7127950ed..e537cb073 100644 --- a/build_helpers/create_command_partials.py +++ b/build_helpers/create_command_partials.py @@ -1,4 +1,4 @@ -import subprocess +import subprocess # noqa: S404 from pathlib import Path diff --git a/tests/commands/test_startup_time.py b/tests/commands/test_startup_time.py index 5e9b369d8..444efe2d4 100644 --- a/tests/commands/test_startup_time.py +++ b/tests/commands/test_startup_time.py @@ -1,4 +1,4 @@ -import subprocess +import subprocess # noqa: S404 import time from tests.conftest import is_arm, is_mac