You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- S1186: add comments to empty method bodies in tests
- S125: remove commented-out code in conftest.py and test_microwave.py
- S1192: extract _ERROR_EXECUTION constant in engines/base.py
- S108: invert condition to eliminate empty pass block in base engine
- S5713: remove redundant IndentationError (subclass of SyntaxError)
- S1940: use != instead of not == in processor.py
- S2772: remove unneeded pass in schema.py Action dataclass
- S1854: remove dead assignment to all_initial_states in parser.py
- S5806: rename id -> func_id to avoid shadowing builtin in spec_parser.py
- S1172: remove unused is_root parameter from diagram._graph_states
- S5655: fix Events.match type hint to accept str | None
- S5886: fix return type of create_machine_class_from_definition
0 commit comments