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:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user