Open Issues Need Help
View All on GitHub Developer Tools • Kubernetes Tools
All Mixin class usage needs subclass order fixed 2 months ago
AI Summary: The task requires auditing all uses of `LoggingMixin` and `SingletonMixin` classes in the Hydrator project to ensure the correct method resolution order (MRO) in their inheritance. This involves checking if the mixin classes are listed before other base classes in the class definition, correcting any instances where the order is incorrect, and potentially refactoring code to maintain correct behavior.
Complexity:
3/5
bug good first issue refactor
Hydrator is opinionated Kubernetes resource hydration CLI and workflow
Python