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