Switch from mypy to pyright

This commit is contained in:
Edgar P. Burkhart 2024-12-09 13:25:00 +01:00
parent 7b26d3a160
commit cc0c978f0c
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227
12 changed files with 1000 additions and 17 deletions

View file

@ -0,0 +1,19 @@
"""
This type stub file was generated by pyright.
"""
from .sense_hat import SenseHat
from .stick import (
ACTION_HELD,
ACTION_PRESSED,
ACTION_RELEASED,
DIRECTION_DOWN,
DIRECTION_LEFT,
DIRECTION_MIDDLE,
DIRECTION_RIGHT,
DIRECTION_UP,
InputEvent,
SenseStick,
)
__version__ = ...