diff --git a/src/summary/summary/core/file_service.py b/src/summary/summary/core/file_service.py index 05b2524e..8fd356d5 100644 --- a/src/summary/summary/core/file_service.py +++ b/src/summary/summary/core/file_service.py @@ -155,6 +155,7 @@ class FileService: def _validate_duration(self, local_path: Path) -> float: """Validate audio file duration against configured maximum.""" + # ruff: noqa: S607 Hard to know the ffprobe path, it depends on the deployment result = subprocess.run( [ "ffprobe",