diff --git a/openfeature/hook/__init__.py b/openfeature/hook/__init__.py index e1524ad1..e98301fa 100644 --- a/openfeature/hook/__init__.py +++ b/openfeature/hook/__init__.py @@ -23,7 +23,7 @@ class HookType(Enum): class HookContext: - def __init__( # noqa: PLR0913 + def __init__( self, flag_key: str, flag_type: FlagType,