Skip to content

Merge pull request #59 from Noloxs/fix-layout-issues-in-main-window #116

Merge pull request #59 from Noloxs/fix-layout-issues-in-main-window

Merge pull request #59 from Noloxs/fix-layout-issues-in-main-window #116

Triggered via push August 22, 2024 13:18
Status Success
Total duration 30s
Artifacts

run_test.yml

on: push
Fit to window
Zoom out
Zoom in

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 use a deprecated Node.js version 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/