Skip to content

Commit

Permalink
stubber: Add lookup pyb.hid_* is a tuple
Browse files Browse the repository at this point in the history
Signed-off-by: Jos Verlinde <Jos.Verlinde@microsoft.com>
  • Loading branch information
Josverl committed Jan 1, 2025
1 parent 09d7e47 commit cfcf260
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/stubber/rst/lookup.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,8 @@ class Fix:
"pyb.hard_reset": ("NoReturn", 0.95), # never returns
"pyb.I2C.recv": ("bytes", 0.95), # complex in docstring
"pyb.SPI.recv": ("bytes", 0.95), # complex in docstring
"pyb.hid_keyboard": ("Tuple", 0.95), # ?
"pyb.hid_mouse": ("Tuple", 0.95), # plain wrong
"ubluetooth.BLE.irq": ("Any", 0.95), # never returns
"uctypes.bytearray_at": ("bytearray", 0.95),
"uctypes.bytes_at": ("bytes", 0.95),
Expand Down

0 comments on commit cfcf260

Please sign in to comment.