fix(security): add nosec comment for subprocess import (B404 #745)

This commit is contained in:
TPTBusiness
2026-04-29 16:53:08 +02:00
parent bdbda37b0c
commit debec8f099
@@ -924,7 +924,7 @@ class QlibFactorRunner(CachedRunner[QlibFactorExperiment]):
the complete backtest range (not just the debug 2024 subset).
"""
import os as _os
import subprocess
import subprocess # nosec B404 # secure usage: subprocess with sys.executable
import shutil
import tempfile