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.
This commit is contained in:
Jorropo
2026-07-26 05:32:05 +00:00
committed by GitHub
co-authored by GitHub
parent 6111a54bcc
commit e700cc7a8c
-3
View File
@@ -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 <contact@platformio.org>
#
# Licensed under the Apache License, Version 2.0 (the "License");