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
refactor(policies): mark policy classes as final and update docstrings
- Added @Final decorator to all policy classes to prevent inheritance
- Updated module docstrings to clarify "eviction policy" terminology
- Imported typing.final in all policy modules
- Added Attributes section to AbstractScriptsMixin docstring
- Standardized docstring format across all policy classes
- Ensured consistent naming and key assignments for all policies
0 commit comments