Prep for Release 9.3 (#5548)

This commit is contained in:
shashank-elastic
2026-01-12 21:07:07 +05:30
committed by GitHub
parent 8b84c26286
commit 1ce072a4e5
99 changed files with 4599 additions and 48 deletions
+2 -2
View File
@@ -1298,7 +1298,7 @@ class TOMLRuleContents(BaseRuleContents, MarshmallowDataclassMixin):
)
# circumvent frozen class
self.__dict__["_version_lock"] = value
self.__dict__["_version_lock"] = value # type: ignore[reportIndexIssue]
@classmethod
def all_rule_types(cls) -> set[str]:
@@ -1710,7 +1710,7 @@ class DeprecatedRuleContents(BaseRuleContents):
)
# circumvent frozen class
self.__dict__["_version_lock"] = value
self.__dict__["_version_lock"] = value # type: ignore[reportIndexIssue]
@property
def id(self) -> str | None: # type: ignore[reportIncompatibleMethodOverride]