From 5811913cdfc26d5d64e2d585883e3429e14b53ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Armin=20T=C3=A4nzer?= Date: Fri, 9 Jan 2026 16:16:18 +0100 Subject: [PATCH] linter fix: reduce line length MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Armin Tänzer --- tests/spdx/test_cli.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/spdx/test_cli.py b/tests/spdx/test_cli.py index 52ea85cf5..d3b0bd4f3 100644 --- a/tests/spdx/test_cli.py +++ b/tests/spdx/test_cli.py @@ -39,7 +39,8 @@ def test_cli_with_system_exit_code_0(options): "-i", str( resources.files("tests.spdx.data.invalid").joinpath( - "spdx-trivy-vmware_log-intelligence-fluentd-sha256_086af034f561f343f633be9d9f9e95f65ae6c61b8ddb2c6755ef5bb25b40f53a.json" + "spdx-trivy-vmware_log-intelligence-fluentd-" + "sha256_086af034f561f343f633be9d9f9e95f65ae6c61b8ddb2c6755ef5bb25b40f53a.json" ) ), ),