stories
stories copied to clipboard
Deny mixins in state definition.
class A1State(State, X): # error
pass
The rule applies even if mixed class is a state.