Fix keylistener race condition on startup #95
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
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|