arvydas / blinkstick-python

BlinkStick Python interface to control devices connected to the computer
Other
136 stars 53 forks source link

Add type hinting throughout project #104

Closed robberwick closed 1 week ago

robberwick commented 1 week ago

This pull request primarily focuses on adding type annotations to various methods across multiple files to improve code clarity and type safety. The changes span several classes and methods, ensuring that return types and parameter types are explicitly defined.

Type Annotations:

These changes enhance the readability and maintainability of the code by making the expected types of method parameters and return values explicit.