From 25d50c375be94091f1d1b4f8cf9d7bb1b7d608dd Mon Sep 17 00:00:00 2001 From: Miguel Jacq Date: Fri, 2 Jan 2026 10:55:08 +1100 Subject: [PATCH] nosec --- src/cspresso/ensure_playwright.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cspresso/ensure_playwright.py b/src/cspresso/ensure_playwright.py index 12fd650..1f8def6 100644 --- a/src/cspresso/ensure_playwright.py +++ b/src/cspresso/ensure_playwright.py @@ -2,7 +2,7 @@ from __future__ import annotations import os import shutil -import subprocess +import subprocess # nosec import sys import tempfile import time @@ -145,7 +145,7 @@ def _release_install_lock(lock_path: Path) -> None: try: lock_path.unlink(missing_ok=True) except Exception: - pass + pass # nosec def _install_chromium(browsers_path: Path, with_deps: bool = False) -> None: