3 Commits

Author SHA1 Message Date
J. Nick Koston
2bad648c61
chore: enable some more ruff rules (#414) 2025-03-06 12:49:12 -10:00
Stefan Agner
c6a8301704
feat: make ErrorType enums compare as strings (#269)
The DBusError exception stores the error type as string. This makes the
exception not directly compare to the ErrorType members (for example
DBusError(ErrorType.FAILED, "").type != ErrorType.FAILED). This makes
ErrorType also a string to make this comparision work.
2023-11-22 09:26:11 +01:00
J. Nick Koston
b486e3248b
chore: add explicit test for workaround of python/cpython#98976 (#135) 2022-11-02 17:24:41 +01:00