proofit404 / stories

Service objects designed with OOP in mind.
https://proofit404.github.io/stories/
BSD 2-Clause "Simplified" License
296 stars 21 forks source link

Deny mixins in state definition. #654

Closed proofit404 closed 2 years ago

proofit404 commented 3 years ago
class A1State(State, X): # error
    pass

The rule applies even if mixed class is a state.

proofit404 commented 2 years ago

Superseded by #722