mirror of
https://github.com/meshtastic/firmware
synced 2026-08-07 20:32:18 -04:00
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:
parent
6111a54bcc
commit
e700cc7a8c
1 changed files with 0 additions and 3 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue