mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-07-29 08:27:43 +00:00
fix(security): add nosec comment for subprocess import (B404 #745)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user