systemd / pystemd

A thin Cython-based wrapper on top of libsystemd, focused on exposing the dbus API via sd-bus in an automated and easy to consume way.
GNU Lesser General Public License v2.1
409 stars 36 forks source link

adding mypy for type checking #76

Closed aleivag closed 1 year ago

aleivag commented 1 year ago

This adds mypy and isort for checking pystemd... i'm also learning github actions, so this PR helps me figure out how this works