muammar / mkchromecast

Cast macOS and Linux Audio/Video to your Google Cast and Sonos Devices
http://mkchromecast.com
Other
2.22k stars 140 forks source link

Also runs the mypy static type analyzer if it's available. #424

Closed xsdg closed 11 months ago

xsdg commented 11 months ago

Note that as implemented, if neither mypy nor pytype is available, the test will "pass" without running any checks.

Made this change because pytype isn't packaged in Debian, and I haven't figured out any way to install it where it can observe Debian-packaged python libraries.