fix(lint): restore S603 noqa for trusted subprocess call

This commit is contained in:
Krzysztof kuhy Rudnicki 2025-11-30 23:49:57 +01:00
parent 7e7161c0f7
commit 6f1dfb769f

View File

@ -372,7 +372,7 @@ def _run_analysis_subprocess(
_logger.info(f"Game {game_id}: starting post-game analysis ({total_plies} plies)")
proc = subprocess.Popen(
proc = subprocess.Popen( # noqa: S603 - trusted internal analysis script
[sys.executable, "-u", str(analyze_script), str(log_path)],
stdout=subprocess.PIPE,
stderr=subprocess.PIPE,