Accessed attributes that are Python constants should be considered for yoda-conditions ```py ## Error JediOrder.YODA == age # SIM300 ## OK age == JediOrder.YODA ``` ~~PS: This PR will fail CI, as the `main` branch currently failing.~~
Accessed attributes that are Python constants should be considered for yoda-conditions ```py ## Error JediOrder.YODA == age # SIM300 ## OK age == JediOrder.YODA ``` ~~PS: This PR will fail CI, as the `main` branch currently failing.~~