-
Couldn't load subscription status.
- Fork 220
add alarms-list output formats #1438
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code looks reasonable to me; needs some pre-commit love though.
|
I am unable to see the failure of pre-commit.ci, I only see Internal Service error sent as json (??). Is this temporary or am I missing smthing? |
|
Interesting; it works with uBlock Origin for me; maybe something is interfering with full networking? Anyways, here is the output: |
|
@DhruvaSambrani sounds like a temporary glitch. You can also run these checks with |
|
I can fix it either by typing the attributes dict explicitly, or serialize json to keep the same type. If I change the type to This can also be fixed by typing it as The other way is to use a TypedDict, but that seems too complicated for a pre-ci fix. |
Adds
--formatand--jsonto list alarms. Semi-fixes #148, actual alarm implementation can be done externally.