From e050888b26e4c9327e0bb7bdb839958bc1915814 Mon Sep 17 00:00:00 2001 From: geeksville Date: Thu, 20 Jun 2024 12:28:43 -0700 Subject: [PATCH] Don't complain about wierd platformio python --- extra_scripts/disable_adafruit_usb.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/extra_scripts/disable_adafruit_usb.py b/extra_scripts/disable_adafruit_usb.py index 109d1f3d4..fb391715c 100644 --- a/extra_scripts/disable_adafruit_usb.py +++ b/extra_scripts/disable_adafruit_usb.py @@ -1,3 +1,6 @@ +# trunk-ignore-all(flake8/F821) +# trunk-ignore-all(ruff/F821) + Import("env") # NOTE: This is not currently used, but can serve as an example on how to write extra_scripts