Testing for Bluetooth & Black without running

This commit is contained in:
Jon Ander Oribe
2026-01-06 08:20:33 +01:00
parent fde40a1bbb
commit 5861d77cea
5 changed files with 1479 additions and 0 deletions
+6
View File
@@ -49,6 +49,12 @@ sudo python3 intercept.py
Open http://localhost:5050 in your browser.
## Usage of Black Formatter
```bash
uv run black . # If you use UV
black . # For Python
```
<details>
<summary><strong>Alternative: Install with uv</strong></summary>