arvydas / blinkstick-python

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

Add mypy as a dev dependency #105

Closed robberwick closed 1 week ago

robberwick commented 1 week ago

This pull request introduces a new GitHub Actions workflow for running Mypy type checks and updates the development dependencies to include Mypy. The most important changes include the addition of the Mypy workflow configuration file and the update to the development dependencies in pyproject.toml.

Continuous Integration:

Development Dependencies: