From e700cc7a8c26f979a4453ba635c4a36f79069c63 Mon Sep 17 00:00:00 2001 From: Jorropo Date: Sun, 26 Jul 2026 07:32:05 +0200 Subject: [PATCH] lint: drop redundant bandit ignores in c3 exception decoder (#11173) B404 and B603 are already skipped globally in .trunk/configs/.bandit, so the file-level ignore-all directives never suppressed anything. --- monitor/filter_c3_exception_decoder.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/monitor/filter_c3_exception_decoder.py b/monitor/filter_c3_exception_decoder.py index fbc372bcf..b6d55f354 100644 --- a/monitor/filter_c3_exception_decoder.py +++ b/monitor/filter_c3_exception_decoder.py @@ -1,6 +1,3 @@ -# trunk-ignore-all(bandit/B404): subprocess is used to call addr2line -# trunk-ignore-all(bandit/B603): subprocess is used to call addr2line - # Copyright (c) 2014-present PlatformIO # # Licensed under the Apache License, Version 2.0 (the "License");