fix: restore uart_capture.py terminal output; add T20 per-file ignore for CLI tool

Agent-Logs-Url: https://github.com/NawfalMotii79/PLFM_RADAR/sessions/671cf948-60b5-47c3-af69-7e1d26366728

Co-authored-by: JJassonn69 <83615043+JJassonn69@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-04-13 14:11:23 +00:00
committed by GitHub
parent e6e2217b76
commit 8901894b6c
2 changed files with 16 additions and 7 deletions
+2
View File
@@ -49,3 +49,5 @@ select = [
"**/test_*.py" = ["ARG", "T20", "ERA"]
# Re-export modules: unused imports are intentional
"**/v7/hardware.py" = ["F401"]
# CLI tool: print() is the intentional output mechanism
"**/uart_capture.py" = ["T20"]