Merge pull request #54 from Noloxs/task/Change_default_font #108
Annotations
6 errors and 1 warning
Ruff (F401):
pico_passthrough/code.py#L4
pico_passthrough/code.py:4:8: F401 `binascii` imported but unused
|
Ruff (F401):
pico_passthrough/code.py#L6
pico_passthrough/code.py:6:34: F401 `adafruit_hid.keycode.Keycode` imported but unused
|
Ruff (E722):
pico_passthrough/lib/adafruit_hid/keyboard.py#L21
pico_passthrough/lib/adafruit_hid/keyboard.py:21:1: E722 Do not use bare `except`
|
Ruff (E741):
pico_passthrough/lib/adafruit_hid/keycode.py#L47
pico_passthrough/lib/adafruit_hid/keycode.py:47:5: E741 Ambiguous variable name: `I`
|
Ruff (E741):
pico_passthrough/lib/adafruit_hid/keycode.py#L59
pico_passthrough/lib/adafruit_hid/keycode.py:59:5: E741 Ambiguous variable name: `O`
|
build
Process completed with exit code 1.
|
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|