diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 988f63b..fee4742 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ default_stages: [commit] repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.5.2 + rev: v0.5.3 hooks: - id: ruff args: [--fix] diff --git a/openfeature/hook/__init__.py b/openfeature/hook/__init__.py index e1524ad..e98301f 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,